#B581BC

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

Shades of East Side #B581BC

Tints of East Side #B581BC

Color information

#B581BC (or 0xB581BC) is unknown color: approx East Side. HEX triplet: B5, 81 and BC. RGB value is (181,129,188). Sum of RGB (Red+Green+Blue) = 181+129+188=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #B581BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581BC is #4A7E43. Grayscale: #979797. Windows color (decimal): -4881988 or 12353973. OLE color: 12353973.

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

Color convert

RGB181129188-
CMYK0.040.3100.26
HSL292.88º30.57%62.16%-
HSV(B)292.88º31.38%73.73%-
XYZ35.9829.1651.31-
YUV151.27148.73149.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=36.35%
G=25.90%
B=37.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811291880.040.3100.26292.8830.5762.16
HexB581BC41F01A1251f3e
Octal2652012744370324453776
Binary1011010110000001101111001001111101101010010010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581BC; }

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

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

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

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

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

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

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

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