#B77BBE

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

Shades of East Side #B77BBE

Tints of East Side #B77BBE

Color information

#B77BBE (or 0xB77BBE) is unknown color: approx East Side. HEX triplet: B7, 7B and BE. RGB value is (183,123,190). Sum of RGB (Red+Green+Blue) = 183+123+190=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #B77BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BBE is #488441. Grayscale: #949494. Windows color (decimal): -4752450 or 12483511. OLE color: 12483511.

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

Color convert

RGB183123190-
CMYK0.040.3500.25
HSL293.73º34.01%61.37%-
HSV(B)293.73º35.26%74.51%-
XYZ35.9127.9552.22-
YUV148.58151.38152.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 123 (48.44% from 255) = 24.80%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=36.90%
G=24.80%
B=38.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831231900.040.3500.25293.7334.0161.37
HexB77BBE423019126223d
Octal2671732764430314464275
Binary10110111111101110111110100100011011001100100110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77BBE; }

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

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

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

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

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

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

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

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