#B98294

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

Shades of Viola #B98294

Tints of Viola #B98294

Color information

#B98294 (or 0xB98294) is unknown color: approx Viola. HEX triplet: B9, 82 and 94. RGB value is (185,130,148). Sum of RGB (Red+Green+Blue) = 185+130+148=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B98294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98294 is #467D6B. Grayscale: #949494. Windows color (decimal): -4619628 or 9732793. OLE color: 9732793.

HSL color Cylindrical-coordinate representation of color #B98294: hue angle of 340.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98294 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB185130148-
CMYK00.300.200.27
HSL340.36º28.21%61.76%-
HSV(B)340.36º29.73%72.55%-
XYZ33.3428.4231.75-
YUV148.5127.72154.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=39.96%
G=28.08%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513014800.300.200.27340.3628.2161.76
HexB9829401E141B1541c3e
Octal27120222403624335243476
Binary101110011000001010010100011110101001101110101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98294; }

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

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

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

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

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

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

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

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