#BB7F97

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

Shades of Viola #BB7F97

Tints of Viola #BB7F97

Color information

#BB7F97 (or 0xBB7F97) is unknown color: approx Viola. HEX triplet: BB, 7F and 97. RGB value is (187,127,151). Sum of RGB (Red+Green+Blue) = 187+127+151=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F97 is #448068. Grayscale: #939393. Windows color (decimal): -4489321 or 9928635. OLE color: 9928635.

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

Color convert

RGB187127151-
CMYK00.320.190.27
HSL336º30.61%61.57%-
HSV(B)336º32.09%73.33%-
XYZ33.6727.9832.9-
YUV147.68129.88156.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 151 (59.38% from 255) = 32.47%
R=40.22%
G=27.31%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712715100.320.190.2733630.6161.57
HexBB7F97020131B1501f3e
Octal27317722704023335203776
Binary101110111111111100101110100000100111101110101000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F97; }

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

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

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

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

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

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

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

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