#B082B6

Color #B082B6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B082B6

Tints of East Side #B082B6

Color information

#B082B6 (or 0xB082B6) is unknown color: approx East Side. HEX triplet: B0, 82 and B6. RGB value is (176,130,182). Sum of RGB (Red+Green+Blue) = 176+130+182=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #B082B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082B6 is #4F7D49. Grayscale: #959595. Windows color (decimal): -5209418 or 11961008. OLE color: 11961008.

HSL color Cylindrical-coordinate representation of color #B082B6: hue angle of 293.08º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B082B6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176130182-
CMYK0.030.2900.29
HSL293.08º26.26%61.18%-
HSV(B)293.08º28.57%71.37%-
XYZ34.3328.5747.96-
YUV149.68146.24146.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 182 (71.48% from 255) = 37.30%
R=36.07%
G=26.64%
B=37.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761301820.030.2900.29293.0826.2661.18
HexB082B631D01D1251a3d
Octal2602022663350354453275
Binary101100001000001010110110111110101110110010010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082B6; }

 p { color: rgb(176,130,182); }

 H1.HeaderClassName
 {
   color: #B082B6;
 }
 .AnyTagClassName
 {
   color: #B082B6;
 }
</style>
background-color css

<style>
 a { background-color: #B082B6; }

 a { background-color: rgb(176,130,182); }

 div.DivClassName
 {
   background-color: #B082B6;
 }
 .BgClassName
 {
   background-color: #B082B6;
 }
</style>
border-color css

<style>
 span { border-color: #B082B6; }

 span { border-color: rgb(176,130,182); }

 td.TdClassName
 {
   border-color: #B082B6;
 }
 .TagClassName
 {
   border-color: #B082B6;
 }
</style>