#B485CB

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

Shades of East Side #B485CB

Tints of East Side #B485CB

Color information

#B485CB (or 0xB485CB) is unknown color: approx East Side. HEX triplet: B4, 85 and CB. RGB value is (180,133,203). Sum of RGB (Red+Green+Blue) = 180+133+203=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #B485CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B485CB is #4B7A34. Grayscale: #9A9A9A. Windows color (decimal): -4946485 or 13338036. OLE color: 13338036.

HSL color Cylindrical-coordinate representation of color #B485CB: hue angle of 280.29º 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 #B485CB is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180133203-
CMYK0.110.3400.20
HSL280.29º40.23%65.88%-
HSV(B)280.29º34.48%79.61%-
XYZ37.9930.7960.44-
YUV155.03155.07145.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=34.88%
G=25.78%
B=39.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801332030.110.3400.20280.2940.2365.88
HexB485CBB220141182842
Octal264205313134202443050102
Binary10110100100001011100101110111000100101001000110001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485CB; }

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

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

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

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

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

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

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

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