Html Css Color HEX #BF1F80 Medium Violet Red

📋 copy color: '#BF1F80'

red 191 ◦ green 31 ◦ blue 128

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

Shades of Medium Violet Red #BF1F80

Tints of Medium Violet Red #BF1F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 54.57%
G = 8.86%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF1F80 (or 0xBF1F80) is known color: Medium Violet Red. HEX triplet: BF, 1F and 80. RGB value is (191,31,128). Sum of RGB (Red+Green+Blue) = 191+31+128=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1F80 is #40E07F. Grayscale: #595959. Windows color (decimal): -4251776 or 8396735. OLE color: 8396735.

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

Color convert

RGB 191 31 128 -
CMYK 0 0.84 0.33 0.25
HSL 323.63º 0.72% 0.44% -
HSV(B) 323.63º 0.84% 0.75% -
XYZ 25.87 13.61 21.69 -
YUV 89.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 191 31 128 0 0.84 0.33 0.25 323.63 0.72 0.44
Hex BF 1F 80 0 54 21 19 144 48 2C
Octal 277 37 200 0 124 41 31 504 110 54
Binary 10111111 11111 10000000 0 1010100 100001 11001 101000100 1001000 101100

Color Harmonies of #BF1F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F80

Black with #BF1F80

Text Example


Text Example

White with #BF1F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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