#B58498

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

Shades of Viola #B58498

Tints of Viola #B58498

Color information

#B58498 (or 0xB58498) is unknown color: approx Viola. HEX triplet: B5, 84 and 98. RGB value is (181,132,152). Sum of RGB (Red+Green+Blue) = 181+132+152=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B58498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58498 is #4A7B67. Grayscale: #949494. Windows color (decimal): -4881256 or 9995445. OLE color: 9995445.

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

Color convert

RGB181132152-
CMYK00.270.160.29
HSL335.51º24.87%61.37%-
HSV(B)335.51º27.07%70.98%-
XYZ32.9728.5933.49-
YUV148.93129.73150.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=38.92%
G=28.39%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113215200.270.160.29335.5124.8761.37
HexB5849801B101D150193d
Octal26520423003320355203175
Binary101101011000010010011000011011100001110110101000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58498; }

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

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

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

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

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

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

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

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