#B38D9C

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

Shades of Viola #B38D9C

Tints of Viola #B38D9C

Color information

#B38D9C (or 0xB38D9C) is unknown color: approx Viola. HEX triplet: B3, 8D and 9C. RGB value is (179,141,156). Sum of RGB (Red+Green+Blue) = 179+141+156=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D9C is #4C7263. Grayscale: #9A9A9A. Windows color (decimal): -5010020 or 10259891. OLE color: 10259891.

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

Color convert

RGB179141156-
CMYK00.210.130.30
HSL336.32º20%62.75%-
HSV(B)336.32º21.23%70.2%-
XYZ34.1231.0335.64-
YUV154.07129.09145.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 156 (61.33% from 255) = 32.77%
R=37.61%
G=29.62%
B=32.77%

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
Decimal17914115600.210.130.30336.322062.75
HexB38D9C015D1E150143f
Octal26321523402515365202477
Binary10110011100011011001110001010111011111010101000010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38D9C; }

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

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

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

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

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

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

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

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