Html Css Color HEX #BF0191 Medium Violet Red

📋 copy color: '#BF0191'

red 191 ◦ green 1 ◦ blue 145

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

Shades of Medium Violet Red #BF0191

Tints of Medium Violet Red #BF0191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 56.68%
G = 0.3%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF0191 (or 0xBF0191) is known color: Medium Violet Red. HEX triplet: BF, 01 and 91. RGB value is (191,1,145). Sum of RGB (Red+Green+Blue) = 191+1+145=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0191 is #40FE6E. Grayscale: #494949. Windows color (decimal): -4259439 or 9503167. OLE color: 9503167.

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

Color convert

RGB 191 1 145 -
CMYK 0 0.99 0.24 0.25
HSL 314.53º 0.99% 0.38% -
HSV(B) 314.53º 0.99% 0.75% -
XYZ 26.61 13.14 27.92 -
YUV 74.23 167.95 211.29 -
System Red Green Blue C M Y K H S L
Decimal 191 1 145 0 0.99 0.24 0.25 314.53 0.99 0.38
Hex BF 1 91 0 63 18 19 13B 63 26
Octal 277 1 221 0 143 30 31 473 143 46
Binary 10111111 1 10010001 0 1100011 11000 11001 100111011 1100011 100110

Color Harmonies of #BF0191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0191

Black with #BF0191

Text Example


Text Example

White with #BF0191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0191; }

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

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

background-color css

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

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

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

border-color css

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

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

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