#B58FA1

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

Shades of Viola #B58FA1

Tints of Viola #B58FA1

Color information

#B58FA1 (or 0xB58FA1) is unknown color: approx Viola. HEX triplet: B5, 8F and A1. RGB value is (181,143,161). Sum of RGB (Red+Green+Blue) = 181+143+161=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B58FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58FA1 is #4A705E. Grayscale: #9C9C9C. Windows color (decimal): -4878431 or 10588085. OLE color: 10588085.

HSL color Cylindrical-coordinate representation of color #B58FA1: hue angle of 331.58º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B58FA1 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB181143161-
CMYK00.210.110.29
HSL331.58º20.43%63.53%-
HSV(B)331.58º20.99%70.98%-
XYZ35.3132.0438.04-
YUV156.41130.59145.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 161 (63.28% from 255) = 33.20%
R=37.32%
G=29.48%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114316100.210.110.29331.5820.4363.53
HexB58FA1015B1D14c1440
Octal265217241025133551424100
Binary101101011000111110100001010101101111101101001100101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FA1; }

 p { color: rgb(181,143,161); }

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

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

 a { background-color: rgb(181,143,161); }

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

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

 span { border-color: rgb(181,143,161); }

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