#B97ED1

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

Shades of East Side #B97ED1

Tints of East Side #B97ED1

Color information

#B97ED1 (or 0xB97ED1) is unknown color: approx East Side. HEX triplet: B9, 7E and D1. RGB value is (185,126,209). Sum of RGB (Red+Green+Blue) = 185+126+209=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #B97ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97ED1 is #46812E. Grayscale: #989898. Windows color (decimal): -4620591 or 13729465. OLE color: 13729465.

HSL color Cylindrical-coordinate representation of color #B97ED1: hue angle of 282.65º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B97ED1 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185126209-
CMYK0.110.4000.18
HSL282.65º47.43%65.69%-
HSV(B)282.65º39.71%81.96%-
XYZ38.9829.8464.03-
YUV153.1159.55150.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 126 (49.61% from 255) = 24.23%
BLUE value IS 209 (82.03% from 255) = 40.19%
R=35.58%
G=24.23%
B=40.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851262090.110.4000.18282.6547.4365.69
HexB97ED1B2801211b2f42
Octal271176321135002243357102
Binary1011100111111101101000110111010000100101000110111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97ED1; }

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

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

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

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

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

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

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

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