#B776CA

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

Shades of East Side #B776CA

Tints of East Side #B776CA

Color information

#B776CA (or 0xB776CA) is unknown color: approx East Side. HEX triplet: B7, 76 and CA. RGB value is (183,118,202). Sum of RGB (Red+Green+Blue) = 183+118+202=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #B776CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B776CA is #488935. Grayscale: #929292. Windows color (decimal): -4753718 or 13268663. OLE color: 13268663.

HSL color Cylindrical-coordinate representation of color #B776CA: hue angle of 286.43º 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 #B776CA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183118202-
CMYK0.090.4200.21
HSL286.43º44.21%62.75%-
HSV(B)286.43º41.58%79.22%-
XYZ36.6727.2959.21-
YUV147.01159.03153.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.38%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=36.38%
G=23.46%
B=40.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831182020.090.4200.21286.4344.2162.75
HexB776CA92A01511e2c3f
Octal26716631211520254365477
Binary101101111110110110010101001101010010101100011110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B776CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B776CA; }

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

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

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

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

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

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

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

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