#B97ECA

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

Shades of East Side #B97ECA

Tints of East Side #B97ECA

Color information

#B97ECA (or 0xB97ECA) is unknown color: approx East Side. HEX triplet: B9, 7E and CA. RGB value is (185,126,202). Sum of RGB (Red+Green+Blue) = 185+126+202=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #B97ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97ECA is #468135. Grayscale: #989898. Windows color (decimal): -4620598 or 13270713. OLE color: 13270713.

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

Color convert

RGB185126202-
CMYK0.080.3800.21
HSL286.58º41.76%64.31%-
HSV(B)286.58º37.62%79.22%-
XYZ38.1329.559.56-
YUV152.3156.05151.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.06%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=36.06%
G=24.56%
B=39.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851262020.080.3800.21286.5841.7664.31
HexB97ECA82601511f2a40
Octal271176312104602543752100
Binary1011100111111101100101010001001100101011000111111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97ECA; }

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

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

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

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

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

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

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

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