#B77DD8

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

Shades of East Side #B77DD8

Tints of East Side #B77DD8

Color information

#B77DD8 (or 0xB77DD8) is unknown color: approx East Side. HEX triplet: B7, 7D and D8. RGB value is (183,125,216). Sum of RGB (Red+Green+Blue) = 183+125+216=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #B77DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DD8 is #488227. Grayscale: #989898. Windows color (decimal): -4751912 or 14187959. OLE color: 14187959.

HSL color Cylindrical-coordinate representation of color #B77DD8: hue angle of 278.24º degrees, saturation: 0.54, 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 #B77DD8 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183125216-
CMYK0.150.4200.15
HSL278.24º53.85%66.86%-
HSV(B)278.24º42.13%84.71%-
XYZ39.2629.6968.63-
YUV152.72163.72149.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 216 (84.77% from 255) = 41.22%
R=34.92%
G=23.85%
B=41.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831252160.150.4200.15278.2453.8566.86
HexB77DD8F2A0F1163643
Octal267175330175201742666103
Binary101101111111101110110001111101010011111000101101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77DD8; }

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

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

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

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

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

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

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

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