#B576C1

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

Shades of East Side #B576C1

Tints of East Side #B576C1

Color information

#B576C1 (or 0xB576C1) is unknown color: approx East Side. HEX triplet: B5, 76 and C1. RGB value is (181,118,193). Sum of RGB (Red+Green+Blue) = 181+118+193=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #B576C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B576C1 is #4A893E. Grayscale: #919191. Windows color (decimal): -4884799 or 12678837. OLE color: 12678837.

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

Color convert

RGB181118193-
CMYK0.060.3900.24
HSL290.4º37.69%60.98%-
HSV(B)290.4º38.86%75.69%-
XYZ35.1626.6353.74-
YUV145.39154.87153.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.79%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=36.79%
G=23.98%
B=39.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811181930.060.3900.24290.437.6960.98
HexB576C1627018122263d
Octal2651663016470304424675
Binary10110101111011011000001110100111011000100100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B576C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B576C1; }

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

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

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

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

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

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

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

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