#B77DCD

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

Shades of East Side #B77DCD

Tints of East Side #B77DCD

Color information

#B77DCD (or 0xB77DCD) is unknown color: approx East Side. HEX triplet: B7, 7D and CD. RGB value is (183,125,205). Sum of RGB (Red+Green+Blue) = 183+125+205=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #B77DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DCD is #488232. Grayscale: #979797. Windows color (decimal): -4751923 or 13467063. OLE color: 13467063.

HSL color Cylindrical-coordinate representation of color #B77DCD: hue angle of 283.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77DCD is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183125205-
CMYK0.110.3900.20
HSL283.5º44.44%64.71%-
HSV(B)283.5º39.02%80.39%-
XYZ37.8829.1461.39-
YUV151.46158.22150.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=35.67%
G=24.37%
B=39.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831252050.110.3900.20283.544.4464.71
HexB77DCDB2701411c2c41
Octal267175315134702443454101
Binary1011011111111011100110110111001110101001000111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77DCD; }

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

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

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

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

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

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

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

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