Html Css Color HEX #BF1490 Medium Violet Red

📋 copy color: '#BF1490'

red 191 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #BF1490

Tints of Medium Violet Red #BF1490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

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

R = 53.8%
G = 5.63%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF1490 (or 0xBF1490) is known color: Medium Violet Red. HEX triplet: BF, 14 and 90. RGB value is (191,20,144). Sum of RGB (Red+Green+Blue) = 191+20+144=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1490 is #40EB6F. Grayscale: #545454. Windows color (decimal): -4254576 or 9442495. OLE color: 9442495.

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

Color convert

RGB 191 20 144 -
CMYK 0 0.90 0.25 0.25
HSL 316.49º 0.81% 0.41% -
HSV(B) 316.49º 0.9% 0.75% -
XYZ 26.77 13.59 27.6 -
YUV 85.27 161.15 203.42 -
System Red Green Blue C M Y K H S L
Decimal 191 20 144 0 0.90 0.25 0.25 316.49 0.81 0.41
Hex BF 14 90 0 5A 19 19 13C 51 29
Octal 277 24 220 0 132 31 31 474 121 51
Binary 10111111 10100 10010000 0 1011010 11001 11001 100111100 1010001 101001

Color Harmonies of #BF1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1490

Black with #BF1490

Text Example


Text Example

White with #BF1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1490; }

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

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

background-color css

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

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

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

border-color css

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

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

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