#B576BD

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

Shades of East Side #B576BD

Tints of East Side #B576BD

Color information

#B576BD (or 0xB576BD) is unknown color: approx East Side. HEX triplet: B5, 76 and BD. RGB value is (181,118,189). Sum of RGB (Red+Green+Blue) = 181+118+189=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #B576BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576BD is #4A8942. Grayscale: #909090. Windows color (decimal): -4884803 or 12416693. OLE color: 12416693.

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

Color convert

RGB181118189-
CMYK0.040.3800.26
HSL293.24º34.98%60.2%-
HSV(B)293.24º37.57%74.12%-
XYZ34.7226.4551.42-
YUV144.93152.87153.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=37.09%
G=24.18%
B=38.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811181890.040.3800.26293.2434.9860.2
HexB576BD42601A125233c
Octal2651662754460324454374
Binary10110101111011010111101100100110011010100100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576BD; }

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

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

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

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

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

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

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

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