#B581CA

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

Shades of East Side #B581CA

Tints of East Side #B581CA

Color information

#B581CA (or 0xB581CA) is unknown color: approx East Side. HEX triplet: B5, 81 and CA. RGB value is (181,129,202). Sum of RGB (Red+Green+Blue) = 181+129+202=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #B581CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581CA is #4A7E35. Grayscale: #989898. Windows color (decimal): -4881974 or 13271477. OLE color: 13271477.

HSL color Cylindrical-coordinate representation of color #B581CA: hue angle of 282.74º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B581CA is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181129202-
CMYK0.100.3600.21
HSL282.74º40.78%64.9%-
HSV(B)282.74º36.14%79.22%-
XYZ37.5729.7959.65-
YUV152.87155.73148.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 129 (50.78% from 255) = 25.20%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=35.35%
G=25.20%
B=39.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811292020.100.3600.21282.7440.7864.9
HexB581CAA2401511b2941
Octal265201312124402543351101
Binary10110101100000011100101010101001000101011000110111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581CA; }

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

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

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

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

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

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

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

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