#B97DD5

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

Shades of East Side #B97DD5

Tints of East Side #B97DD5

Color information

#B97DD5 (or 0xB97DD5) is unknown color: approx East Side. HEX triplet: B9, 7D and D5. RGB value is (185,125,213). Sum of RGB (Red+Green+Blue) = 185+125+213=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #B97DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DD5 is #46822A. Grayscale: #989898. Windows color (decimal): -4620843 or 13991353. OLE color: 13991353.

HSL color Cylindrical-coordinate representation of color #B97DD5: hue angle of 280.91º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B97DD5 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185125213-
CMYK0.130.4100.16
HSL280.91º51.16%66.27%-
HSV(B)280.91º41.31%83.53%-
XYZ39.3529.7966.63-
YUV152.97161.88150.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 213 (83.59% from 255) = 40.73%
R=35.37%
G=23.90%
B=40.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851252130.130.4100.16280.9151.1666.27
HexB97DD5D290101193342
Octal271175325155102043163102
Binary1011100111111011101010111011010010100001000110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DD5; }

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

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

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

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

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

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

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

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