#B476CA

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

Shades of East Side #B476CA

Tints of East Side #B476CA

Color information

#B476CA (or 0xB476CA) is unknown color: approx East Side. HEX triplet: B4, 76 and CA. RGB value is (180,118,202). Sum of RGB (Red+Green+Blue) = 180+118+202=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #B476CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476CA is #4B8935. Grayscale: #919191. Windows color (decimal): -4950326 or 13268660. OLE color: 13268660.

HSL color Cylindrical-coordinate representation of color #B476CA: hue angle of 284.29º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B476CA is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180118202-
CMYK0.110.4200.21
HSL284.29º44.21%62.75%-
HSV(B)284.29º41.58%79.22%-
XYZ35.9626.9259.18-
YUV146.11159.54152.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 118 (46.48% from 255) = 23.6%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=36%
G=23.6%
B=40.4%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801182020.110.4200.21284.2944.2162.75
HexB476CAB2A01511c2c3f
Octal26416631213520254345477
Binary101101001110110110010101011101010010101100011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B476CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B476CA; }

 p { color: rgb(180,118,202); }

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

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

 a { background-color: rgb(180,118,202); }

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

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

 span { border-color: rgb(180,118,202); }

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