Html Css Color HEX #BF1973 Medium Violet Red

📋 copy color: '#BF1973'

red 191 ◦ green 25 ◦ blue 115

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

Shades of Medium Violet Red #BF1973

Tints of Medium Violet Red #BF1973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 57.7%
G = 7.55%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF1973 (or 0xBF1973) is known color: Medium Violet Red. HEX triplet: BF, 19 and 73. RGB value is (191,25,115). Sum of RGB (Red+Green+Blue) = 191+25+115=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1973 is #40E68C. Grayscale: #545454. Windows color (decimal): -4253325 or 7543231. OLE color: 7543231.

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

Color convert

RGB 191 25 115 -
CMYK 0 0.87 0.40 0.25
HSL 327.47º 0.77% 0.42% -
HSV(B) 327.47º 0.87% 0.75% -
XYZ 24.93 13.01 17.42 -
YUV 84.89 145 203.68 -
System Red Green Blue C M Y K H S L
Decimal 191 25 115 0 0.87 0.40 0.25 327.47 0.77 0.42
Hex BF 19 73 0 57 28 19 147 4D 2A
Octal 277 31 163 0 127 50 31 507 115 52
Binary 10111111 11001 1110011 0 1010111 101000 11001 101000111 1001101 101010

Color Harmonies of #BF1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1973

Black with #BF1973

Text Example


Text Example

White with #BF1973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1973; }

 p { color: rgb(191,25,115); }

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

background-color css

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

 a { background-color: rgb(191,25,115); }

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

border-color css

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

 span { border-color: rgb(191,25,115); }

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