#BF1C74

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

Shades of Medium Violet Red #BF1C74

Tints of Medium Violet Red #BF1C74

Color information

#BF1C74 (or 0xBF1C74) is unknown color: approx Medium Violet Red. HEX triplet: BF, 1C and 74. RGB value is (191,28,116). Sum of RGB (Red+Green+Blue) = 191+28+116=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1C74 is #40E38B. Grayscale: #565656. Windows color (decimal): -4252556 or 7609535. OLE color: 7609535.

HSL color Cylindrical-coordinate representation of color #BF1C74: hue angle of 327.61º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1C74 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB19128116-
CMYK00.850.390.25
HSL327.61º74.43%42.94%-
HSV(B)327.61º85.34%74.9%-
XYZ25.0513.1717.74-
YUV86.77144.5202.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.01%
GREEN value IS 28 (11.33% from 255) = 8.36%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=57.01%
G=8.36%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912811600.850.390.25327.6174.4342.94
HexBF1C7405527191484a2b
Octal277341640125473151011253
Binary1011111111100111010001010101100111110011010010001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C74; }

 p { color: rgb(191,28,116); }

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

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

 a { background-color: rgb(191,28,116); }

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

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

 span { border-color: rgb(191,28,116); }

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