#B581CB

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

Shades of East Side #B581CB

Tints of East Side #B581CB

Color information

#B581CB (or 0xB581CB) is unknown color: approx East Side. HEX triplet: B5, 81 and CB. RGB value is (181,129,203). Sum of RGB (Red+Green+Blue) = 181+129+203=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #B581CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581CB is #4A7E34. Grayscale: #989898. Windows color (decimal): -4881973 or 13337013. OLE color: 13337013.

HSL color Cylindrical-coordinate representation of color #B581CB: hue angle of 282.16º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B581CB is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181129203-
CMYK0.110.3600.20
HSL282.16º41.57%65.1%-
HSV(B)282.16º36.45%79.61%-
XYZ37.6929.8460.27-
YUV152.98156.23147.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=35.28%
G=25.15%
B=39.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811292030.110.3600.20282.1641.5765.1
HexB581CBB2401411a2a41
Octal265201313134402443252101
Binary10110101100000011100101110111001000101001000110101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581CB; }

 p { color: rgb(181,129,203); }

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

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

 a { background-color: rgb(181,129,203); }

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

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

 span { border-color: rgb(181,129,203); }

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