#B38492

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

Shades of Viola #B38492

Tints of Viola #B38492

Color information

#B38492 (or 0xB38492) is unknown color: approx Viola. HEX triplet: B3, 84 and 92. RGB value is (179,132,146). Sum of RGB (Red+Green+Blue) = 179+132+146=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B38492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38492 is #4C7B6D. Grayscale: #939393. Windows color (decimal): -5012334 or 9602227. OLE color: 9602227.

HSL color Cylindrical-coordinate representation of color #B38492: hue angle of 342.13º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B38492 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179132146-
CMYK00.260.180.30
HSL342.13º23.62%60.98%-
HSV(B)342.13º26.26%70.2%-
XYZ32.0328.1630.94-
YUV147.65127.07150.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=39.17%
G=28.88%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913214600.260.180.30342.1323.6260.98
HexB3849201A121E156183d
Octal26320422203222365263075
Binary101100111000010010010010011010100101111010101011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38492; }

 p { color: rgb(179,132,146); }

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

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

 a { background-color: rgb(179,132,146); }

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

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

 span { border-color: rgb(179,132,146); }

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