Html Css Color HEX #BF1397 Medium Violet Red

📋 copy color: '#BF1397'

red 191 ◦ green 19 ◦ blue 151

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

Shades of Medium Violet Red #BF1397

Tints of Medium Violet Red #BF1397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.26%

 BLUE value IS 151 (59.38% from 255) = 41.83%

R = 52.91%
G = 5.26%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF1397 (or 0xBF1397) is known color: Medium Violet Red. HEX triplet: BF, 13 and 97. RGB value is (191,19,151). Sum of RGB (Red+Green+Blue) = 191+19+151=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1397 is #40EC68. Grayscale: #555555. Windows color (decimal): -4254825 or 9900991. OLE color: 9900991.

HSL color Cylindrical-coordinate representation of color #BF1397: hue angle of 313.95º degrees, saturation: 0.82, 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 #BF1397 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 151 -
CMYK 0 0.90 0.21 0.25
HSL 313.95º 0.82% 0.41% -
HSV(B) 313.95º 0.9% 0.75% -
XYZ 27.3 13.78 30.5 -
YUV 85.48 164.98 203.27 -
System Red Green Blue C M Y K H S L
Decimal 191 19 151 0 0.90 0.21 0.25 313.95 0.82 0.41
Hex BF 13 97 0 5A 15 19 13A 52 29
Octal 277 23 227 0 132 25 31 472 122 51
Binary 10111111 10011 10010111 0 1011010 10101 11001 100111010 1010010 101001

Color Harmonies of #BF1397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1397

Black with #BF1397

Text Example


Text Example

White with #BF1397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1397; }

 p { color: rgb(191,19,151); }

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

background-color css

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

 a { background-color: rgb(191,19,151); }

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

border-color css

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

 span { border-color: rgb(191,19,151); }

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