#b77bbf

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

Shades of East Side #B77BBF

Tints of East Side #B77BBF

Color information

#B77BBF (or 0xB77BBF) is unknown color: approx East Side. HEX triplet: B7, 7B and BF. RGB value is (183,123,191). Sum of RGB (Red+Green+Blue) = 183+123+191=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 123 (48.44% from 255 or 24.75% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #B77BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BBF is #488440. Grayscale: #949494. Windows color (decimal): -4752449 or 12549047. OLE color: 12549047.

HSL color Cylindrical-coordinate representation of color #B77BBF: hue angle of 292.94º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B77BBF is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB183123191-
CMYK0.040.3600.25
HSL292.94º34.69%61.57%-
HSV(B)292.94º35.6%74.9%-
XYZ36.0227.9952.8-
YUV148.69151.88152.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 123 (48.44% from 255) = 24.75%
BLUE value IS 191 (75% from 255) = 38.43%
R=36.82%
G=24.75%
B=38.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831231910.040.3600.25292.9434.6961.57
HexB77BBF424019125233e
Octal2671732774440314454376
Binary10110111111101110111111100100100011001100100101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77bbf; }

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

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

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

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

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

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

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

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