#B77DD9

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

Shades of East Side #B77DD9

Tints of East Side #B77DD9

Color information

#B77DD9 (or 0xB77DD9) is unknown color: approx East Side. HEX triplet: B7, 7D and D9. RGB value is (183,125,217). Sum of RGB (Red+Green+Blue) = 183+125+217=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 217 - color contains mainly: blue. Hex color #B77DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DD9 is #488226. Grayscale: #989898. Windows color (decimal): -4751911 or 14253495. OLE color: 14253495.

HSL color Cylindrical-coordinate representation of color #B77DD9: hue angle of 277.83º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B77DD9 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183125217-
CMYK0.160.4200.15
HSL277.83º54.76%67.06%-
HSV(B)277.83º42.4%85.1%-
XYZ39.3929.7469.31-
YUV152.83164.22149.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 217 (85.16% from 255) = 41.33%
R=34.86%
G=23.81%
B=41.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831252170.160.4200.15277.8354.7667.06
HexB77DD9102A0F1163743
Octal267175331205201742667103
Binary1011011111111011101100110000101010011111000101101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77DD9; }

 p { color: rgb(183,125,217); }

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

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

 a { background-color: rgb(183,125,217); }

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

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

 span { border-color: rgb(183,125,217); }

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