#BF007F

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

Shades of Medium Violet Red #BF007F

Tints of Medium Violet Red #BF007F

Color information

#BF007F (or 0xBF007F) is unknown color: approx Medium Violet Red. HEX triplet: BF, 00 and 7F. RGB value is (191,0,127). Sum of RGB (Red+Green+Blue) = 191+0+127=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF007F is #40FF80. Grayscale: #474747. Windows color (decimal): -4259713 or 8323263. OLE color: 8323263.

HSL color Cylindrical-coordinate representation of color #BF007F: hue angle of 320.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF007F is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB1910127-
CMYK010.340.25
HSL320.1º100%37.45%-
HSV(B)320.1º100%74.9%-
XYZ25.3212.6121.18-
YUV71.59159.28213.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 39.94%
R=60.06%
G=0%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910127010.340.25320.110037.45
HexBF07F06422191406425
Octal27701770144423150014445
Binary101111110111111101100100100010110011010000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF007F; }

 p { color: rgb(191,0,127); }

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

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

 a { background-color: rgb(191,0,127); }

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

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

 span { border-color: rgb(191,0,127); }

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