#B97ACA

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

Shades of East Side #B97ACA

Tints of East Side #B97ACA

Color information

#B97ACA (or 0xB97ACA) is unknown color: approx East Side. HEX triplet: B9, 7A and CA. RGB value is (185,122,202). Sum of RGB (Red+Green+Blue) = 185+122+202=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 122 (48.05% from 255 or 23.97% 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 #B97ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97ACA is #468535. Grayscale: #959595. Windows color (decimal): -4621622 or 13269689. OLE color: 13269689.

HSL color Cylindrical-coordinate representation of color #B97ACA: hue angle of 287.25º 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 #B97ACA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185122202-
CMYK0.080.4000.21
HSL287.25º43.01%63.53%-
HSV(B)287.25º39.6%79.22%-
XYZ37.6328.559.39-
YUV149.96157.37153-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 122 (48.05% from 255) = 23.97%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=36.35%
G=23.97%
B=39.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851222020.080.4000.21287.2543.0163.53
HexB97ACA82801511f2b40
Octal271172312105002543753100
Binary1011100111110101100101010001010000101011000111111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97ACA; }

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

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

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

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

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

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

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

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