#B77AC9

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

Shades of East Side #B77AC9

Tints of East Side #B77AC9

Color information

#B77AC9 (or 0xB77AC9) is unknown color: approx East Side. HEX triplet: B7, 7A and C9. RGB value is (183,122,201). Sum of RGB (Red+Green+Blue) = 183+122+201=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #B77AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77AC9 is #488536. Grayscale: #949494. Windows color (decimal): -4752695 or 13204151. OLE color: 13204151.

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

Color convert

RGB183122201-
CMYK0.090.3900.21
HSL286.33º42.25%63.33%-
HSV(B)286.33º39.3%78.82%-
XYZ37.0328.258.75-
YUV149.24157.21152.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 201 (78.91% from 255) = 39.72%
R=36.17%
G=24.11%
B=39.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831222010.090.3900.21286.3342.2563.33
HexB77AC992701511e2a3f
Octal26717231111470254365277
Binary101101111111010110010011001100111010101100011110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AC9; }

 p { color: rgb(183,122,201); }

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

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

 a { background-color: rgb(183,122,201); }

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

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

 span { border-color: rgb(183,122,201); }

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