#B77CCF

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

Shades of East Side #B77CCF

Tints of East Side #B77CCF

Color information

#B77CCF (or 0xB77CCF) is unknown color: approx East Side. HEX triplet: B7, 7C and CF. RGB value is (183,124,207). Sum of RGB (Red+Green+Blue) = 183+124+207=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #B77CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CCF is #488330. Grayscale: #969696. Windows color (decimal): -4752177 or 13597879. OLE color: 13597879.

HSL color Cylindrical-coordinate representation of color #B77CCF: hue angle of 282.65º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B77CCF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183124207-
CMYK0.120.4000.19
HSL282.65º46.37%64.9%-
HSV(B)282.65º40.1%81.18%-
XYZ3828.9962.62-
YUV151.1159.55150.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.60%
GREEN value IS 124 (48.83% from 255) = 24.12%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=35.60%
G=24.12%
B=40.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831242070.120.4000.19282.6546.3764.9
HexB77CCFC2801311b2e41
Octal267174317145002343356101
Binary1011011111111001100111111001010000100111000110111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77CCF; }

 p { color: rgb(183,124,207); }

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

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

 a { background-color: rgb(183,124,207); }

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

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

 span { border-color: rgb(183,124,207); }

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