#B38E9B

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

Shades of Viola #B38E9B

Tints of Viola #B38E9B

Color information

#B38E9B (or 0xB38E9B) is unknown color: approx Viola. HEX triplet: B3, 8E and 9B. RGB value is (179,142,155). Sum of RGB (Red+Green+Blue) = 179+142+155=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38E9B is #4C7164. Grayscale: #9A9A9A. Windows color (decimal): -5009765 or 10194611. OLE color: 10194611.

HSL color Cylindrical-coordinate representation of color #B38E9B: hue angle of 338.92º 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 #B38E9B is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB179142155-
CMYK00.210.130.30
HSL338.92º19.58%62.94%-
HSV(B)338.92º20.67%70.2%-
XYZ34.1831.335.25-
YUV154.55128.26145.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 142 (55.86% from 255) = 29.83%
BLUE value IS 155 (60.94% from 255) = 32.56%
R=37.61%
G=29.83%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914215500.210.130.30338.9219.5862.94
HexB38E9B015D1E153143f
Octal26321623302515365232477
Binary10110011100011101001101101010111011111010101001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E9B; }

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

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

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

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

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

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

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

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