#B38993

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

Shades of Viola #B38993

Tints of Viola #B38993

Color information

#B38993 (or 0xB38993) is unknown color: approx Viola. HEX triplet: B3, 89 and 93. RGB value is (179,137,147). Sum of RGB (Red+Green+Blue) = 179+137+147=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B38993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38993 is #4C766C. Grayscale: #969696. Windows color (decimal): -5011053 or 9669043. OLE color: 9669043.

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

Color convert

RGB179137147-
CMYK00.230.180.30
HSL345.71º21.65%61.96%-
HSV(B)345.71º23.46%70.2%-
XYZ32.829.5831.58-
YUV150.7125.91148.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 147 (57.81% from 255) = 31.75%
R=38.66%
G=29.59%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913714700.230.180.30345.7121.6561.96
HexB38993017121E15a163e
Octal26321122302722365322676
Binary101100111000100110010011010111100101111010101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38993; }

 p { color: rgb(179,137,147); }

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

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

 a { background-color: rgb(179,137,147); }

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

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

 span { border-color: rgb(179,137,147); }

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