#B38F93

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

Shades of Viola #B38F93

Tints of Viola #B38F93

Color information

#B38F93 (or 0xB38F93) is unknown color: approx Viola. HEX triplet: B3, 8F and 93. RGB value is (179,143,147). Sum of RGB (Red+Green+Blue) = 179+143+147=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38F93 is #4C706C. Grayscale: #9A9A9A. Windows color (decimal): -5009517 or 9670579. OLE color: 9670579.

HSL color Cylindrical-coordinate representation of color #B38F93: hue angle of 353.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B38F93 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB179143147-
CMYK00.200.180.30
HSL353.33º19.15%63.14%-
HSV(B)353.33º20.11%70.2%-
XYZ33.6831.3431.88-
YUV154.22123.93145.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=38.17%
G=30.49%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914314700.200.180.30353.3319.1563.14
HexB38F93014121E161133f
Octal26321722302422365412377
Binary101100111000111110010011010100100101111010110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F93; }

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

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

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

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

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

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

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

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