#B581C1

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

Shades of East Side #B581C1

Tints of East Side #B581C1

Color information

#B581C1 (or 0xB581C1) is unknown color: approx East Side. HEX triplet: B5, 81 and C1. RGB value is (181,129,193). Sum of RGB (Red+Green+Blue) = 181+129+193=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #B581C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581C1 is #4A7E3E. Grayscale: #979797. Windows color (decimal): -4881983 or 12681653. OLE color: 12681653.

HSL color Cylindrical-coordinate representation of color #B581C1: hue angle of 288.75º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B581C1 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181129193-
CMYK0.060.3300.24
HSL288.75º34.04%63.14%-
HSV(B)288.75º33.16%75.69%-
XYZ36.5329.3754.2-
YUV151.84151.23148.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.98%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 193 (75.78% from 255) = 38.37%
R=35.98%
G=25.65%
B=38.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811291930.060.3300.24288.7534.0463.14
HexB581C1621018121223f
Octal2652013016410304414277
Binary101101011000000111000001110100001011000100100001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581C1; }

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

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

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

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

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

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

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

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