#B38B9A

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

Shades of Viola #B38B9A

Tints of Viola #B38B9A

Color information

#B38B9A (or 0xB38B9A) is unknown color: approx Viola. HEX triplet: B3, 8B and 9A. RGB value is (179,139,154). Sum of RGB (Red+Green+Blue) = 179+139+154=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38B9A is #4C7465. Grayscale: #989898. Windows color (decimal): -5010534 or 10128307. OLE color: 10128307.

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

Color convert

RGB179139154-
CMYK00.220.140.30
HSL337.5º20.83%62.35%-
HSV(B)337.5º22.35%70.2%-
XYZ33.6630.3834.66-
YUV152.67128.75146.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=37.92%
G=29.45%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913915400.220.140.30337.520.8362.35
HexB38B9A016E1E152153e
Octal26321323202616365222576
Binary10110011100010111001101001011011101111010101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B9A; }

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

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

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

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

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

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

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

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