#B97AD4

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

Shades of East Side #B97AD4

Tints of East Side #B97AD4

Color information

#B97AD4 (or 0xB97AD4) is unknown color: approx East Side. HEX triplet: B9, 7A and D4. RGB value is (185,122,212). Sum of RGB (Red+Green+Blue) = 185+122+212=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #B97AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97AD4 is #46852B. Grayscale: #969696. Windows color (decimal): -4621612 or 13925049. OLE color: 13925049.

HSL color Cylindrical-coordinate representation of color #B97AD4: hue angle of 282º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B97AD4 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB185122212-
CMYK0.130.4200.17
HSL282º51.14%65.49%-
HSV(B)282º42.45%83.14%-
XYZ38.8528.9965.83-
YUV151.1162.37152.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.65%
GREEN value IS 122 (48.05% from 255) = 23.51%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=35.65%
G=23.51%
B=40.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1851222120.130.4200.1728251.1465.49
HexB97AD4D2A01111a3341
Octal271172324155202143263101
Binary1011100111110101101010011011010100100011000110101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97AD4; }

 p { color: rgb(185,122,212); }

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

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

 a { background-color: rgb(185,122,212); }

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

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

 span { border-color: rgb(185,122,212); }

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