#bf8993

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

Shades of Viola #BF8993

Tints of Viola #BF8993

Color information

#BF8993 (or 0xBF8993) is unknown color: approx Viola. HEX triplet: BF, 89 and 93. RGB value is (191,137,147). Sum of RGB (Red+Green+Blue) = 191+137+147=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8993 is #40766C. Grayscale: #9A9A9A. Windows color (decimal): -4224621 or 9669055. OLE color: 9669055.

HSL color Cylindrical-coordinate representation of color #BF8993: hue angle of 348.89º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8993 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB191137147-
CMYK00.280.230.25
HSL348.89º29.67%64.31%-
HSV(B)348.89º28.27%74.9%-
XYZ35.731.0731.72-
YUV154.29123.89154.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=40.21%
G=28.84%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113714700.280.230.25348.8929.6764.31
HexBF899301C171915d1e40
Octal277211223034273153536100
Binary1011111110001001100100110111001011111001101011101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8993; }

 p { color: rgb(191,137,147); }

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

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

 a { background-color: rgb(191,137,147); }

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

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

 span { border-color: rgb(191,137,147); }

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