#BF007C

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

Shades of Medium Violet Red #BF007C

Tints of Medium Violet Red #BF007C

Color information

#BF007C (or 0xBF007C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 00 and 7C. RGB value is (191,0,124). Sum of RGB (Red+Green+Blue) = 191+0+124=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF007C is #40FF83. Grayscale: #464646. Windows color (decimal): -4259716 or 8126655. OLE color: 8126655.

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

Color convert

RGB1910124-
CMYK010.350.25
HSL321.05º100%37.45%-
HSV(B)321.05º100%74.9%-
XYZ25.1212.5320.16-
YUV71.24157.78213.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=60.63%
G=0%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910124010.350.25321.0510037.45
HexBF07C06423191416425
Octal27701740144433150114445
Binary101111110111110001100100100011110011010000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF007C; }

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

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

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

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

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

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

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

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