#B38D9D

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

Shades of Viola #B38D9D

Tints of Viola #B38D9D

Color information

#B38D9D (or 0xB38D9D) is unknown color: approx Viola. HEX triplet: B3, 8D and 9D. RGB value is (179,141,157). Sum of RGB (Red+Green+Blue) = 179+141+157=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D9D is #4C7262. Grayscale: #9A9A9A. Windows color (decimal): -5010019 or 10325427. OLE color: 10325427.

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

Color convert

RGB179141157-
CMYK00.210.120.30
HSL334.74º20%62.75%-
HSV(B)334.74º21.23%70.2%-
XYZ34.231.0736.09-
YUV154.19129.59145.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 141 (55.47% from 255) = 29.56%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=37.53%
G=29.56%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914115700.210.120.30334.742062.75
HexB38D9D015C1E14f143f
Octal26321523502514365172477
Binary10110011100011011001110101010111001111010100111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D9D; }

 p { color: rgb(179,141,157); }

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

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

 a { background-color: rgb(179,141,157); }

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

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

 span { border-color: rgb(179,141,157); }

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