#bb7f9a

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

Shades of Viola #BB7F9A

Tints of Viola #BB7F9A

Color information

#BB7F9A (or 0xBB7F9A) is unknown color: approx Viola. HEX triplet: BB, 7F and 9A. RGB value is (187,127,154). Sum of RGB (Red+Green+Blue) = 187+127+154=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F9A is #448065. Grayscale: #939393. Windows color (decimal): -4489318 or 10125243. OLE color: 10125243.

HSL color Cylindrical-coordinate representation of color #BB7F9A: hue angle of 333º 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 #BB7F9A is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187127154-
CMYK00.320.180.27
HSL333º30.61%61.57%-
HSV(B)333º32.09%73.33%-
XYZ33.9228.0834.2-
YUV148.02131.38155.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=39.96%
G=27.14%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712715400.320.180.2733330.6161.57
HexBB7F9A020121B14d1f3e
Octal27317723204022335153776
Binary101110111111111100110100100000100101101110100110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7f9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7f9a; }

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

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

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

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

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

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

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

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