#BF1F78

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

Shades of Medium Violet Red #BF1F78

Tints of Medium Violet Red #BF1F78

Color information

#BF1F78 (or 0xBF1F78) is unknown color: approx Medium Violet Red. HEX triplet: BF, 1F and 78. RGB value is (191,31,120). Sum of RGB (Red+Green+Blue) = 191+31+120=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1F78 is #40E087. Grayscale: #585858. Windows color (decimal): -4251784 or 7872447. OLE color: 7872447.

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

Color convert

RGB19131120-
CMYK00.840.370.25
HSL326.62º72.07%43.53%-
HSV(B)326.62º83.77%74.9%-
XYZ25.3713.4119.02-
YUV88.99145.51200.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 31 (12.5% from 255) = 9.06%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=55.85%
G=9.06%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913112000.840.370.25326.6272.0743.53
HexBF1F780542519147482c
Octal277371700124453150711054
Binary1011111111111111100001010100100101110011010001111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1F78; }

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

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

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

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

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

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

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

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