#B38F9A

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

Shades of Viola #B38F9A

Tints of Viola #B38F9A

Color information

#B38F9A (or 0xB38F9A) is unknown color: approx Viola. HEX triplet: B3, 8F and 9A. RGB value is (179,143,154). Sum of RGB (Red+Green+Blue) = 179+143+154=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38F9A is #4C7065. Grayscale: #9B9B9B. Windows color (decimal): -5009510 or 10129331. OLE color: 10129331.

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

Color convert

RGB179143154-
CMYK00.200.140.30
HSL341.67º19.15%63.14%-
HSV(B)341.67º20.11%70.2%-
XYZ34.2531.5634.86-
YUV155.02127.43145.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 143 (56.25% from 255) = 30.04%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=37.61%
G=30.04%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914315400.200.140.30341.6719.1563.14
HexB38F9A014E1E156133f
Octal26321723202416365262377
Binary10110011100011111001101001010011101111010101011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F9A; }

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

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

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

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

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

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

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

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