Html Css Color HEX #BF1597 Medium Violet Red

📋 copy color: '#BF1597'

red 191 ◦ green 21 ◦ blue 151

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

Shades of Medium Violet Red #BF1597

Tints of Medium Violet Red #BF1597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.79%

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

R = 52.62%
G = 5.79%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF1597 (or 0xBF1597) is known color: Medium Violet Red. HEX triplet: BF, 15 and 97. RGB value is (191,21,151). Sum of RGB (Red+Green+Blue) = 191+21+151=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1597 is #40EA68. Grayscale: #565656. Windows color (decimal): -4254313 or 9901503. OLE color: 9901503.

HSL color Cylindrical-coordinate representation of color #BF1597: hue angle of 314.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1597 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 21 151 -
CMYK 0 0.89 0.21 0.25
HSL 314.12º 0.8% 0.42% -
HSV(B) 314.12º 0.89% 0.75% -
XYZ 27.34 13.85 30.51 -
YUV 86.65 164.32 202.43 -
System Red Green Blue C M Y K H S L
Decimal 191 21 151 0 0.89 0.21 0.25 314.12 0.8 0.42
Hex BF 15 97 0 59 15 19 13A 50 2A
Octal 277 25 227 0 131 25 31 472 120 52
Binary 10111111 10101 10010111 0 1011001 10101 11001 100111010 1010000 101010

Color Harmonies of #BF1597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1597

Black with #BF1597

Text Example


Text Example

White with #BF1597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1597; }

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

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

background-color css

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

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

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

border-color css

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

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

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