#B8858F

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

Shades of Viola #B8858F

Tints of Viola #B8858F

Color information

#B8858F (or 0xB8858F) is unknown color: approx Viola. HEX triplet: B8, 85 and 8F. RGB value is (184,133,143). Sum of RGB (Red+Green+Blue) = 184+133+143=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8858F is #477A70. Grayscale: #959595. Windows color (decimal): -4684401 or 9405880. OLE color: 9405880.

HSL color Cylindrical-coordinate representation of color #B8858F: hue angle of 348.24º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8858F is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB184133143-
CMYK00.280.220.28
HSL348.24º26.42%62.16%-
HSV(B)348.24º27.72%72.16%-
XYZ33.1128.9529.83-
YUV149.39124.4152.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=40%
G=28.91%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413314300.280.220.28348.2426.4262.16
HexB8858F01C161C15c1a3e
Octal27020521703426345343276
Binary101110001000010110001111011100101101110010101110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8858F; }

 p { color: rgb(184,133,143); }

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

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

 a { background-color: rgb(184,133,143); }

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

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

 span { border-color: rgb(184,133,143); }

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