#BF086E

Color #BF086E Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BF086E

Tints of Medium Violet Red #BF086E

Color information

#BF086E (or 0xBF086E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 08 and 6E. RGB value is (191,8,110). Sum of RGB (Red+Green+Blue) = 191+8+110=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF086E is #40F791. Grayscale: #4A4A4A. Windows color (decimal): -4257682 or 7211199. OLE color: 7211199.

HSL color Cylindrical-coordinate representation of color #BF086E: hue angle of 326.56º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF086E is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB1918110-
CMYK00.960.420.25
HSL326.56º91.96%39.02%-
HSV(B)326.56º95.81%74.9%-
XYZ24.3912.3815.86-
YUV74.34148.13211.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.81%
GREEN value IS 8 (3.52% from 255) = 2.59%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=61.81%
G=2.59%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191811000.960.420.25326.5691.9639.02
HexBF86E0602A191475c27
Octal277101560140523150713447
Binary101111111000110111001100000101010110011010001111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF086E; }

 p { color: rgb(191,8,110); }

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

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

 a { background-color: rgb(191,8,110); }

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

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

 span { border-color: rgb(191,8,110); }

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