Html Css Color HEX #BF1F89 Medium Violet Red

📋 copy color: '#BF1F89'

red 191 ◦ green 31 ◦ blue 137

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

Shades of Medium Violet Red #BF1F89

Tints of Medium Violet Red #BF1F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.16%

R = 53.2%
G = 8.64%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF1F89 (or 0xBF1F89) is known color: Medium Violet Red. HEX triplet: BF, 1F and 89. RGB value is (191,31,137). Sum of RGB (Red+Green+Blue) = 191+31+137=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1F89 is #40E076. Grayscale: #5A5A5A. Windows color (decimal): -4251767 or 8986559. OLE color: 8986559.

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

Color convert

RGB 191 31 137 -
CMYK 0 0.84 0.28 0.25
HSL 320.25º 0.72% 0.44% -
HSV(B) 320.25º 0.84% 0.75% -
XYZ 26.49 13.86 24.95 -
YUV 90.92 154.01 199.38 -
System Red Green Blue C M Y K H S L
Decimal 191 31 137 0 0.84 0.28 0.25 320.25 0.72 0.44
Hex BF 1F 89 0 54 1C 19 140 48 2C
Octal 277 37 211 0 124 34 31 500 110 54
Binary 10111111 11111 10001001 0 1010100 11100 11001 101000000 1001000 101100

Color Harmonies of #BF1F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F89

Black with #BF1F89

Text Example


Text Example

White with #BF1F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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