#BF007E

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

Shades of Medium Violet Red #BF007E

Tints of Medium Violet Red #BF007E

Color information

#BF007E (or 0xBF007E) is unknown color: approx Medium Violet Red. HEX triplet: BF, 00 and 7E. RGB value is (191,0,126). Sum of RGB (Red+Green+Blue) = 191+0+126=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF007E is #40FF81. Grayscale: #474747. Windows color (decimal): -4259714 or 8257727. OLE color: 8257727.

HSL color Cylindrical-coordinate representation of color #BF007E: hue angle of 320.42º 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 #BF007E is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB1910126-
CMYK010.340.25
HSL320.42º100%37.45%-
HSV(B)320.42º100%74.9%-
XYZ25.2512.5820.84-
YUV71.47158.78213.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=60.25%
G=0%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910126010.340.25320.4210037.45
HexBF07E06422191406425
Octal27701760144423150014445
Binary101111110111111001100100100010110011010000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF007E; }

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

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

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

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

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

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

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

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