#B97DD8

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

Shades of East Side #B97DD8

Tints of East Side #B97DD8

Color information

#B97DD8 (or 0xB97DD8) is unknown color: approx East Side. HEX triplet: B9, 7D and D8. RGB value is (185,125,216). Sum of RGB (Red+Green+Blue) = 185+125+216=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #B97DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DD8 is #468227. Grayscale: #999999. Windows color (decimal): -4620840 or 14187961. OLE color: 14187961.

HSL color Cylindrical-coordinate representation of color #B97DD8: hue angle of 279.56º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B97DD8 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185125216-
CMYK0.140.4200.15
HSL279.56º53.85%66.86%-
HSV(B)279.56º42.13%84.71%-
XYZ39.7429.9468.65-
YUV153.31163.38150.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 216 (84.77% from 255) = 41.06%
R=35.17%
G=23.76%
B=41.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851252160.140.4200.15279.5653.8566.86
HexB97DD8E2A0F1183643
Octal271175330165201743066103
Binary101110011111101110110001110101010011111000110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DD8; }

 p { color: rgb(185,125,216); }

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

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

 a { background-color: rgb(185,125,216); }

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

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

 span { border-color: rgb(185,125,216); }

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