#B97DCC

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

Shades of East Side #B97DCC

Tints of East Side #B97DCC

Color information

#B97DCC (or 0xB97DCC) is unknown color: approx East Side. HEX triplet: B9, 7D and CC. RGB value is (185,125,204). Sum of RGB (Red+Green+Blue) = 185+125+204=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #B97DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DCC is #468233. Grayscale: #979797. Windows color (decimal): -4620852 or 13401529. OLE color: 13401529.

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

Color convert

RGB185125204-
CMYK0.090.3900.2
HSL285.57º43.65%64.51%-
HSV(B)285.57º38.73%80%-
XYZ38.2429.3460.77-
YUV151.95157.38151.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=35.99%
G=24.32%
B=39.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851252040.090.3900.2285.5743.6564.51
HexB97DCC92701411e2c41
Octal271175314114702443654101
Binary1011100111111011100110010011001110101001000111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DCC; }

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

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

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

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

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

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

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

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