#B97DCD

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

Shades of East Side #B97DCD

Tints of East Side #B97DCD

Color information

#B97DCD (or 0xB97DCD) is unknown color: approx East Side. HEX triplet: B9, 7D and CD. RGB value is (185,125,205). Sum of RGB (Red+Green+Blue) = 185+125+205=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #B97DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DCD is #468232. Grayscale: #979797. Windows color (decimal): -4620851 or 13467065. OLE color: 13467065.

HSL color Cylindrical-coordinate representation of color #B97DCD: hue angle of 285º 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 #B97DCD is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185125205-
CMYK0.100.3900.20
HSL285º44.44%64.71%-
HSV(B)285º39.02%80.39%-
XYZ38.3629.3961.41-
YUV152.06157.88151.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=35.92%
G=24.27%
B=39.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851252050.100.3900.2028544.4464.71
HexB97DCDA2701411d2c41
Octal271175315124702443554101
Binary1011100111111011100110110101001110101001000111011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DCD; }

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

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

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

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

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

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

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

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