#B38E9A

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

Shades of Viola #B38E9A

Tints of Viola #B38E9A

Color information

#B38E9A (or 0xB38E9A) is unknown color: approx Viola. HEX triplet: B3, 8E and 9A. RGB value is (179,142,154). Sum of RGB (Red+Green+Blue) = 179+142+154=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38E9A is #4C7165. Grayscale: #9A9A9A. Windows color (decimal): -5009766 or 10129075. OLE color: 10129075.

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

Color convert

RGB179142154-
CMYK00.210.140.30
HSL340.54º19.58%62.94%-
HSV(B)340.54º20.67%70.2%-
XYZ34.131.2634.81-
YUV154.43127.76145.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=37.68%
G=29.89%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914215400.210.140.30340.5419.5862.94
HexB38E9A015E1E155143f
Octal26321623202516365252477
Binary10110011100011101001101001010111101111010101010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E9A; }

 p { color: rgb(179,142,154); }

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

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

 a { background-color: rgb(179,142,154); }

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

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

 span { border-color: rgb(179,142,154); }

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