#B97ECB

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

Shades of East Side #B97ECB

Tints of East Side #B97ECB

Color information

#B97ECB (or 0xB97ECB) is unknown color: approx East Side. HEX triplet: B9, 7E and CB. RGB value is (185,126,203). Sum of RGB (Red+Green+Blue) = 185+126+203=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #B97ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97ECB is #468134. Grayscale: #989898. Windows color (decimal): -4620597 or 13336249. OLE color: 13336249.

HSL color Cylindrical-coordinate representation of color #B97ECB: hue angle of 285.97º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97ECB is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185126203-
CMYK0.090.3800.20
HSL285.97º42.54%64.51%-
HSV(B)285.97º37.93%79.61%-
XYZ38.2529.5560.19-
YUV152.42156.55151.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 126 (49.61% from 255) = 24.51%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=35.99%
G=24.51%
B=39.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851262030.090.3800.20285.9742.5464.51
HexB97ECB92601411e2b41
Octal271176313114602443653101
Binary1011100111111101100101110011001100101001000111101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97ECB; }

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

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

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

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

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

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

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

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