#B581CD

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

Shades of East Side #B581CD

Tints of East Side #B581CD

Color information

#B581CD (or 0xB581CD) is unknown color: approx East Side. HEX triplet: B5, 81 and CD. RGB value is (181,129,205). Sum of RGB (Red+Green+Blue) = 181+129+205=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #B581CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581CD is #4A7E32. Grayscale: #989898. Windows color (decimal): -4881971 or 13468085. OLE color: 13468085.

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

Color convert

RGB181129205-
CMYK0.120.3700.20
HSL281.05º43.18%65.49%-
HSV(B)281.05º37.07%80.39%-
XYZ37.9329.9361.54-
YUV153.21157.23147.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 129 (50.78% from 255) = 25.05%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=35.15%
G=25.05%
B=39.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811292050.120.3700.20281.0543.1865.49
HexB581CDC250141192b41
Octal265201315144502443153101
Binary10110101100000011100110111001001010101001000110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581CD; }

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

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

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

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

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

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

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

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