#B581BD

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

Shades of East Side #B581BD

Tints of East Side #B581BD

Color information

#B581BD (or 0xB581BD) is unknown color: approx East Side. HEX triplet: B5, 81 and BD. RGB value is (181,129,189). Sum of RGB (Red+Green+Blue) = 181+129+189=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #B581BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581BD is #4A7E42. Grayscale: #979797. Windows color (decimal): -4881987 or 12419509. OLE color: 12419509.

HSL color Cylindrical-coordinate representation of color #B581BD: hue angle of 292º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B581BD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181129189-
CMYK0.040.3200.26
HSL292º31.25%62.35%-
HSV(B)292º31.75%74.12%-
XYZ36.0929.251.88-
YUV151.39149.23149.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 129 (50.78% from 255) = 25.85%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=36.27%
G=25.85%
B=37.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811291890.040.3200.2629231.2562.35
HexB581BD42001A1241f3e
Octal2652012754400324443776
Binary10110101100000011011110110010000001101010010010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581BD; }

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

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

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

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

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

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

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

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