#B994A0

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

Shades of Viola #B994A0

Tints of Viola #B994A0

Color information

#B994A0 (or 0xB994A0) is unknown color: approx Viola. HEX triplet: B9, 94 and A0. RGB value is (185,148,160). Sum of RGB (Red+Green+Blue) = 185+148+160=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B994A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B994A0 is #466B5F. Grayscale: #A0A0A0. Windows color (decimal): -4615008 or 10523833. OLE color: 10523833.

HSL color Cylindrical-coordinate representation of color #B994A0: hue angle of 340.54º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B994A0 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185148160-
CMYK00.200.140.27
HSL340.54º20.9%65.29%-
HSV(B)340.54º20%72.55%-
XYZ36.9434.0337.88-
YUV160.43127.76145.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 160 (62.89% from 255) = 32.45%
R=37.53%
G=30.02%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514816000.200.140.27340.5420.965.29
HexB994A0014E1B1551541
Octal271224240024163352525101
Binary101110011001010010100000010100111011011101010101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994A0; }

 p { color: rgb(185,148,160); }

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

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

 a { background-color: rgb(185,148,160); }

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

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

 span { border-color: rgb(185,148,160); }

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