#B38898

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

Shades of Viola #B38898

Tints of Viola #B38898

Color information

#B38898 (or 0xB38898) is unknown color: approx Viola. HEX triplet: B3, 88 and 98. RGB value is (179,136,152). Sum of RGB (Red+Green+Blue) = 179+136+152=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B38898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38898 is #4C7767. Grayscale: #969696. Windows color (decimal): -5011304 or 9996467. OLE color: 9996467.

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

Color convert

RGB179136152-
CMYK00.240.150.30
HSL337.67º22.05%61.76%-
HSV(B)337.67º24.02%70.2%-
XYZ33.0629.4633.65-
YUV150.68128.75148.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=38.33%
G=29.12%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913615200.240.150.30337.6722.0561.76
HexB38898018F1E152163e
Octal26321023003017365222676
Binary10110011100010001001100001100011111111010101001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38898; }

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

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

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

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

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

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

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

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