#B77CCA

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

Shades of East Side #B77CCA

Tints of East Side #B77CCA

Color information

#B77CCA (or 0xB77CCA) is unknown color: approx East Side. HEX triplet: B7, 7C and CA. RGB value is (183,124,202). Sum of RGB (Red+Green+Blue) = 183+124+202=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #B77CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CCA is #488335. Grayscale: #969696. Windows color (decimal): -4752182 or 13270199. OLE color: 13270199.

HSL color Cylindrical-coordinate representation of color #B77CCA: hue angle of 285.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77CCA is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183124202-
CMYK0.090.3900.21
HSL285.38º42.39%63.92%-
HSV(B)285.38º38.61%79.22%-
XYZ37.428.7559.45-
YUV150.53157.05151.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.95%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=35.95%
G=24.36%
B=39.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831242020.090.3900.21285.3842.3963.92
HexB77CCA92701511d2a40
Octal267174312114702543552100
Binary1011011111111001100101010011001110101011000111011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77CCA; }

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

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

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

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

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

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

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

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