Html Css Color HEX #BF1F74 Medium Violet Red

📋 copy color: '#BF1F74'

red 191 ◦ green 31 ◦ blue 116

#BF1F74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BF1F74

Tints of Medium Violet Red #BF1F74

RGB

 RED value IS 191 (75% from 255) = 56.51%

 GREEN value IS 31 (12.5% from 255) = 9.17%

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 56.51%
G = 9.17%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF1F74 (or 0xBF1F74) is known color: Medium Violet Red. HEX triplet: BF, 1F and 74. RGB value is (191,31,116). Sum of RGB (Red+Green+Blue) = 191+31+116=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1F74 is #40E08B. Grayscale: #585858. Windows color (decimal): -4251788 or 7610303. OLE color: 7610303.

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

Color convert

RGB 191 31 116 -
CMYK 0 0.84 0.39 0.25
HSL 328.13º 0.72% 0.44% -
HSV(B) 328.13º 0.84% 0.75% -
XYZ 25.13 13.32 17.77 -
YUV 88.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 191 31 116 0 0.84 0.39 0.25 328.13 0.72 0.44
Hex BF 1F 74 0 54 27 19 148 48 2C
Octal 277 37 164 0 124 47 31 510 110 54
Binary 10111111 11111 1110100 0 1010100 100111 11001 101001000 1001000 101100

Color Harmonies of #BF1F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F74

Black with #BF1F74

Text Example


Text Example

White with #BF1F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F74; }

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

 H1.HeaderClassName
 {
   color: #BF1F74;
 }
 .AnyTagClassName
 {
   color: #BF1F74;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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