Html Css Color HEX #BF1297 Medium Violet Red

📋 copy color: '#BF1297'

red 191 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #BF1297

Tints of Medium Violet Red #BF1297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5%

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

R = 53.06%
G = 5%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF1297 (or 0xBF1297) is known color: Medium Violet Red. HEX triplet: BF, 12 and 97. RGB value is (191,18,151). Sum of RGB (Red+Green+Blue) = 191+18+151=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1297 is #40ED68. Grayscale: #545454. Windows color (decimal): -4255081 or 9900735. OLE color: 9900735.

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

Color convert

RGB 191 18 151 -
CMYK 0 0.91 0.21 0.25
HSL 313.87º 0.83% 0.41% -
HSV(B) 313.87º 0.91% 0.75% -
XYZ 27.29 13.74 30.49 -
YUV 84.89 165.31 203.69 -
System Red Green Blue C M Y K H S L
Decimal 191 18 151 0 0.91 0.21 0.25 313.87 0.83 0.41
Hex BF 12 97 0 5B 15 19 13A 53 29
Octal 277 22 227 0 133 25 31 472 123 51
Binary 10111111 10010 10010111 0 1011011 10101 11001 100111010 1010011 101001

Color Harmonies of #BF1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1297

Black with #BF1297

Text Example


Text Example

White with #BF1297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1297; }

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

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

background-color css

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

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

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

border-color css

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

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

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