Html Css Color HEX #BF1799 Medium Violet Red

📋 copy color: '#BF1799'

red 191 ◦ green 23 ◦ blue 153

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

Shades of Medium Violet Red #BF1799

Tints of Medium Violet Red #BF1799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.27%

 BLUE value IS 153 (60.16% from 255) = 41.69%

R = 52.04%
G = 6.27%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF1799 (or 0xBF1799) is known color: Medium Violet Red. HEX triplet: BF, 17 and 99. RGB value is (191,23,153). Sum of RGB (Red+Green+Blue) = 191+23+153=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1799 is #40E866. Grayscale: #575757. Windows color (decimal): -4253799 or 10033087. OLE color: 10033087.

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

Color convert

RGB 191 23 153 -
CMYK 0 0.88 0.20 0.25
HSL 313.57º 0.79% 0.42% -
HSV(B) 313.57º 0.88% 0.75% -
XYZ 27.54 13.99 31.39 -
YUV 88.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 191 23 153 0 0.88 0.20 0.25 313.57 0.79 0.42
Hex BF 17 99 0 58 14 19 13A 4F 2A
Octal 277 27 231 0 130 24 31 472 117 52
Binary 10111111 10111 10011001 0 1011000 10100 11001 100111010 1001111 101010

Color Harmonies of #BF1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1799

Black with #BF1799

Text Example


Text Example

White with #BF1799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1799; }

 p { color: rgb(191,23,153); }

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

background-color css

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

 a { background-color: rgb(191,23,153); }

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

border-color css

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

 span { border-color: rgb(191,23,153); }

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