#B97DDC

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

Shades of East Side #B97DDC

Tints of East Side #B97DDC

Color information

#B97DDC (or 0xB97DDC) is unknown color: approx East Side. HEX triplet: B9, 7D and DC. RGB value is (185,125,220). Sum of RGB (Red+Green+Blue) = 185+125+220=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #B97DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DDC is #468223. Grayscale: #999999. Windows color (decimal): -4620836 or 14450105. OLE color: 14450105.

HSL color Cylindrical-coordinate representation of color #B97DDC: hue angle of 277.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B97DDC is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185125220-
CMYK0.160.4300.14
HSL277.89º57.58%67.65%-
HSV(B)277.89º43.18%86.27%-
XYZ40.2630.1571.41-
YUV153.77165.38150.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=34.91%
G=23.58%
B=41.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851252200.160.4300.14277.8957.5867.65
HexB97DDC102B0E1163a44
Octal271175334205301642672104
Binary1011100111111011101110010000101011011101000101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DDC; }

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

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

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

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

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

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

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

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