#B77AD0

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

Shades of East Side #B77AD0

Tints of East Side #B77AD0

Color information

#B77AD0 (or 0xB77AD0) is unknown color: approx East Side. HEX triplet: B7, 7A and D0. RGB value is (183,122,208). Sum of RGB (Red+Green+Blue) = 183+122+208=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #B77AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77AD0 is #48852F. Grayscale: #959595. Windows color (decimal): -4752688 or 13662903. OLE color: 13662903.

HSL color Cylindrical-coordinate representation of color #B77AD0: hue angle of 282.56º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B77AD0 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183122208-
CMYK0.120.4100.18
HSL282.56º47.78%64.71%-
HSV(B)282.56º41.35%81.57%-
XYZ37.8728.5463.19-
YUV150.04160.71151.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 122 (48.05% from 255) = 23.78%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=35.67%
G=23.78%
B=40.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831222080.120.4100.18282.5647.7864.71
HexB77AD0C2901211b3041
Octal267172320145102243360101
Binary1011011111110101101000011001010010100101000110111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77AD0; }

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

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

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

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

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

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

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

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