#B77BD9

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

Shades of East Side #B77BD9

Tints of East Side #B77BD9

Color information

#B77BD9 (or 0xB77BD9) is unknown color: approx East Side. HEX triplet: B7, 7B and D9. RGB value is (183,123,217). Sum of RGB (Red+Green+Blue) = 183+123+217=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #B77BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BD9 is #488426. Grayscale: #979797. Windows color (decimal): -4752423 or 14252983. OLE color: 14252983.

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

Color convert

RGB183123217-
CMYK0.160.4300.15
HSL278.3º55.29%66.67%-
HSV(B)278.3º43.32%85.1%-
XYZ39.1429.2469.23-
YUV151.66164.88150.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.99%
GREEN value IS 123 (48.44% from 255) = 23.52%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=34.99%
G=23.52%
B=41.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831232170.160.4300.15278.355.2966.67
HexB77BD9102B0F1163743
Octal267173331205301742667103
Binary1011011111110111101100110000101011011111000101101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77BD9; }

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

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

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

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

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

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

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

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