Html Css Color HEX #BF1190 Medium Violet Red

📋 copy color: '#BF1190'

red 191 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #BF1190

Tints of Medium Violet Red #BF1190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.83%

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 54.26%
G = 4.83%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF1190 (or 0xBF1190) is known color: Medium Violet Red. HEX triplet: BF, 11 and 90. RGB value is (191,17,144). Sum of RGB (Red+Green+Blue) = 191+17+144=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1190 is #40EE6F. Grayscale: #535353. Windows color (decimal): -4255344 or 9441727. OLE color: 9441727.

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

Color convert

RGB 191 17 144 -
CMYK 0 0.91 0.25 0.25
HSL 316.21º 0.84% 0.41% -
HSV(B) 316.21º 0.91% 0.75% -
XYZ 26.72 13.49 27.58 -
YUV 83.5 162.15 204.67 -
System Red Green Blue C M Y K H S L
Decimal 191 17 144 0 0.91 0.25 0.25 316.21 0.84 0.41
Hex BF 11 90 0 5B 19 19 13C 54 29
Octal 277 21 220 0 133 31 31 474 124 51
Binary 10111111 10001 10010000 0 1011011 11001 11001 100111100 1010100 101001

Color Harmonies of #BF1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1190

Black with #BF1190

Text Example


Text Example

White with #BF1190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1190; }

 p { color: rgb(191,17,144); }

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

background-color css

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

 a { background-color: rgb(191,17,144); }

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

border-color css

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

 span { border-color: rgb(191,17,144); }

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