#BF1F7F

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

Shades of Medium Violet Red #BF1F7F

Tints of Medium Violet Red #BF1F7F

Color information

#BF1F7F (or 0xBF1F7F) is unknown color: approx Medium Violet Red. HEX triplet: BF, 1F and 7F. RGB value is (191,31,127). Sum of RGB (Red+Green+Blue) = 191+31+127=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1F7F is #40E080. Grayscale: #595959. Windows color (decimal): -4251777 or 8331199. OLE color: 8331199.

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

Color convert

RGB19131127-
CMYK00.840.340.25
HSL324º72.07%43.53%-
HSV(B)324º83.77%74.9%-
XYZ25.8113.5921.34-
YUV89.78149.01200.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.73%
GREEN value IS 31 (12.5% from 255) = 8.88%
BLUE value IS 127 (50% from 255) = 36.39%
R=54.73%
G=8.88%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913112700.840.340.2532472.0743.53
HexBF1F7F0542219144482c
Octal277371770124423150411054
Binary1011111111111111111101010100100010110011010001001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1F7F; }

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

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

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

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

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

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

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

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