#B97F97

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

Shades of Viola #B97F97

Tints of Viola #B97F97

Color information

#B97F97 (or 0xB97F97) is unknown color: approx Viola. HEX triplet: B9, 7F and 97. RGB value is (185,127,151). Sum of RGB (Red+Green+Blue) = 185+127+151=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F97 is #468068. Grayscale: #939393. Windows color (decimal): -4620393 or 9928633. OLE color: 9928633.

HSL color Cylindrical-coordinate representation of color #B97F97: hue angle of 335.17º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B97F97 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB185127151-
CMYK00.310.180.27
HSL335.17º29.29%61.18%-
HSV(B)335.17º31.35%72.55%-
XYZ33.1827.7332.88-
YUV147.08130.22155.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=39.96%
G=27.43%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512715100.310.180.27335.1729.2961.18
HexB97F9701F121B14f1d3d
Octal27117722703722335173575
Binary10111001111111110010111011111100101101110100111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F97; }

 p { color: rgb(185,127,151); }

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

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

 a { background-color: rgb(185,127,151); }

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

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

 span { border-color: rgb(185,127,151); }

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