#B77DD7

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

Shades of East Side #B77DD7

Tints of East Side #B77DD7

Color information

#B77DD7 (or 0xB77DD7) is unknown color: approx East Side. HEX triplet: B7, 7D and D7. RGB value is (183,125,215). Sum of RGB (Red+Green+Blue) = 183+125+215=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #B77DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DD7 is #488228. Grayscale: #989898. Windows color (decimal): -4751913 or 14122423. OLE color: 14122423.

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

Color convert

RGB183125215-
CMYK0.150.4200.16
HSL278.67º52.94%66.67%-
HSV(B)278.67º41.86%84.31%-
XYZ39.1329.6467.95-
YUV152.6163.22149.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.99%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 215 (84.38% from 255) = 41.11%
R=34.99%
G=23.90%
B=41.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831252150.150.4200.16278.6752.9466.67
HexB77DD7F2A0101173543
Octal267175327175202042765103
Binary1011011111111011101011111111010100100001000101111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77DD7; }

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

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

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

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

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

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

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

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