Html Css Color HEX #BF1591 Medium Violet Red

📋 copy color: '#BF1591'

red 191 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #BF1591

Tints of Medium Violet Red #BF1591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.88%

 BLUE value IS 145 (57.03% from 255) = 40.62%

R = 53.5%
G = 5.88%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF1591 (or 0xBF1591) is known color: Medium Violet Red. HEX triplet: BF, 15 and 91. RGB value is (191,21,145). Sum of RGB (Red+Green+Blue) = 191+21+145=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1591 is #40EA6E. Grayscale: #555555. Windows color (decimal): -4254319 or 9508287. OLE color: 9508287.

HSL color Cylindrical-coordinate representation of color #BF1591: hue angle of 316.24º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1591 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 21 145 -
CMYK 0 0.89 0.24 0.25
HSL 316.24º 0.8% 0.42% -
HSV(B) 316.24º 0.89% 0.75% -
XYZ 26.86 13.66 28.01 -
YUV 85.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 191 21 145 0 0.89 0.24 0.25 316.24 0.8 0.42
Hex BF 15 91 0 59 18 19 13C 50 2A
Octal 277 25 221 0 131 30 31 474 120 52
Binary 10111111 10101 10010001 0 1011001 11000 11001 100111100 1010000 101010

Color Harmonies of #BF1591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1591

Black with #BF1591

Text Example


Text Example

White with #BF1591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1591; }

 p { color: rgb(191,21,145); }

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

background-color css

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

 a { background-color: rgb(191,21,145); }

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

border-color css

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

 span { border-color: rgb(191,21,145); }

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