#B77BCA

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

Shades of East Side #B77BCA

Tints of East Side #B77BCA

Color information

#B77BCA (or 0xB77BCA) is unknown color: approx East Side. HEX triplet: B7, 7B and CA. RGB value is (183,123,202). Sum of RGB (Red+Green+Blue) = 183+123+202=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #B77BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BCA is #488435. Grayscale: #959595. Windows color (decimal): -4752438 or 13269943. OLE color: 13269943.

HSL color Cylindrical-coordinate representation of color #B77BCA: hue angle of 285.57º degrees, saturation: 0.43, 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 #B77BCA is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183123202-
CMYK0.090.3900.21
HSL285.57º42.7%63.73%-
HSV(B)285.57º39.11%79.22%-
XYZ37.2728.559.41-
YUV149.95157.38151.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.02%
GREEN value IS 123 (48.44% from 255) = 24.21%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=36.02%
G=24.21%
B=39.76%

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
Decimal1831232020.090.3900.21285.5742.763.73
HexB77BCA92701511e2b40
Octal267173312114702543653100
Binary1011011111110111100101010011001110101011000111101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77BCA; }

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

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

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

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

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

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

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

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