#B77DD6

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

Shades of East Side #B77DD6

Tints of East Side #B77DD6

Color information

#B77DD6 (or 0xB77DD6) is unknown color: approx East Side. HEX triplet: B7, 7D and D6. RGB value is (183,125,214). Sum of RGB (Red+Green+Blue) = 183+125+214=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #B77DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DD6 is #488229. Grayscale: #989898. Windows color (decimal): -4751914 or 14056887. OLE color: 14056887.

HSL color Cylindrical-coordinate representation of color #B77DD6: hue angle of 279.1º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B77DD6 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183125214-
CMYK0.140.4200.16
HSL279.1º52.05%66.47%-
HSV(B)279.1º41.59%83.92%-
XYZ3929.5967.27-
YUV152.49162.72149.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 125 (49.22% from 255) = 23.95%
BLUE value IS 214 (83.98% from 255) = 41.00%
R=35.06%
G=23.95%
B=41.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831252140.140.4200.16279.152.0566.47
HexB77DD6E2A0101173442
Octal267175326165202042764102
Binary1011011111111011101011011101010100100001000101111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77DD6; }

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

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

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

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

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

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

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

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