#B77ACA

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

Shades of East Side #B77ACA

Tints of East Side #B77ACA

Color information

#B77ACA (or 0xB77ACA) is unknown color: approx East Side. HEX triplet: B7, 7A and CA. RGB value is (183,122,202). Sum of RGB (Red+Green+Blue) = 183+122+202=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #B77ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ACA is #488535. Grayscale: #959595. Windows color (decimal): -4752694 or 13269687. OLE color: 13269687.

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

Color convert

RGB183122202-
CMYK0.090.4000.21
HSL285.75º43.01%63.53%-
HSV(B)285.75º39.6%79.22%-
XYZ37.1528.2559.37-
YUV149.36157.71152-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.09%
GREEN value IS 122 (48.05% from 255) = 24.06%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=36.09%
G=24.06%
B=39.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831222020.090.4000.21285.7543.0163.53
HexB77ACA92801511e2b40
Octal267172312115002543653100
Binary1011011111110101100101010011010000101011000111101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77ACA; }

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

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

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

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

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

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

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

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