#b38c98

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

Shades of Viola #B38C98

Tints of Viola #B38C98

Color information

#B38C98 (or 0xB38C98) is unknown color: approx Viola. HEX triplet: B3, 8C and 98. RGB value is (179,140,152). Sum of RGB (Red+Green+Blue) = 179+140+152=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38C98 is #4C7367. Grayscale: #999999. Windows color (decimal): -5010280 or 9997491. OLE color: 9997491.

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

Color convert

RGB179140152-
CMYK00.220.150.30
HSL341.54º20.42%62.55%-
HSV(B)341.54º21.79%70.2%-
XYZ33.6430.6133.84-
YUV153.03127.42146.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 152 (59.77% from 255) = 32.27%
R=38.00%
G=29.72%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914015200.220.150.30341.5420.4262.55
HexB38C98016F1E156143f
Octal26321423002617365262477
Binary10110011100011001001100001011011111111010101011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38c98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38c98; }

 p { color: rgb(179,140,152); }

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

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

 a { background-color: rgb(179,140,152); }

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

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

 span { border-color: rgb(179,140,152); }

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