#B58B98

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

Shades of Viola #B58B98

Tints of Viola #B58B98

Color information

#B58B98 (or 0xB58B98) is unknown color: approx Viola. HEX triplet: B5, 8B and 98. RGB value is (181,139,152). Sum of RGB (Red+Green+Blue) = 181+139+152=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58B98 is #4A7467. Grayscale: #999999. Windows color (decimal): -4879464 or 9997237. OLE color: 9997237.

HSL color Cylindrical-coordinate representation of color #B58B98: hue angle of 341.43º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B58B98 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB181139152-
CMYK00.230.160.29
HSL341.43º22.11%62.75%-
HSV(B)341.43º23.2%70.98%-
XYZ33.9630.5633.81-
YUV153.04127.41147.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 152 (59.77% from 255) = 32.20%
R=38.35%
G=29.45%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113915200.230.160.29341.4322.1162.75
HexB58B98017101D155163f
Octal26521323002720355252677
Binary101101011000101110011000010111100001110110101010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B98; }

 p { color: rgb(181,139,152); }

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

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

 a { background-color: rgb(181,139,152); }

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

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

 span { border-color: rgb(181,139,152); }

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