#B084CB

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

Shades of East Side #B084CB

Tints of East Side #B084CB

Color information

#B084CB (or 0xB084CB) is unknown color: approx East Side. HEX triplet: B0, 84 and CB. RGB value is (176,132,203). Sum of RGB (Red+Green+Blue) = 176+132+203=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #B084CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B084CB is #4F7B34. Grayscale: #999999. Windows color (decimal): -5208885 or 13337776. OLE color: 13337776.

HSL color Cylindrical-coordinate representation of color #B084CB: hue angle of 277.18º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B084CB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176132203-
CMYK0.130.3500.20
HSL277.18º40.57%65.69%-
HSV(B)277.18º34.98%79.61%-
XYZ36.9430.0460.35-
YUV153.25156.08144.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 132 (51.95% from 255) = 25.83%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=34.44%
G=25.83%
B=39.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761322030.130.3500.20277.1840.5765.69
HexB084CBD230141152942
Octal260204313154302442551102
Binary10110000100001001100101111011000110101001000101011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084CB; }

 p { color: rgb(176,132,203); }

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

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

 a { background-color: rgb(176,132,203); }

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

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

 span { border-color: rgb(176,132,203); }

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