#B085CB

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

Shades of East Side #B085CB

Tints of East Side #B085CB

Color information

#B085CB (or 0xB085CB) is unknown color: approx East Side. HEX triplet: B0, 85 and CB. RGB value is (176,133,203). Sum of RGB (Red+Green+Blue) = 176+133+203=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #B085CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085CB is #4F7A34. Grayscale: #999999. Windows color (decimal): -5208629 or 13338032. OLE color: 13338032.

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

Color convert

RGB176133203-
CMYK0.130.3400.20
HSL276.86º40.23%65.88%-
HSV(B)276.86º34.48%79.61%-
XYZ37.0730.3260.4-
YUV153.84155.75143.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=34.38%
G=25.98%
B=39.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761332030.130.3400.20276.8640.2365.88
HexB085CBD220141152842
Octal260205313154202442550102
Binary10110000100001011100101111011000100101001000101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085CB; }

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

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

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

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

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

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

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

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