Html Css Color HEX #BF1879 Medium Violet Red

📋 copy color: '#BF1879'

red 191 ◦ green 24 ◦ blue 121

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

Shades of Medium Violet Red #BF1879

Tints of Medium Violet Red #BF1879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.14%

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 56.85%
G = 7.14%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF1879 (or 0xBF1879) is known color: Medium Violet Red. HEX triplet: BF, 18 and 79. RGB value is (191,24,121). Sum of RGB (Red+Green+Blue) = 191+24+121=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1879 is #40E786. Grayscale: #545454. Windows color (decimal): -4253575 or 7936191. OLE color: 7936191.

HSL color Cylindrical-coordinate representation of color #BF1879: hue angle of 325.15º degrees, saturation: 0.78, 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 #BF1879 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 121 -
CMYK 0 0.87 0.37 0.25
HSL 325.15º 0.78% 0.42% -
HSV(B) 325.15º 0.87% 0.75% -
XYZ 25.26 13.11 19.29 -
YUV 84.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 191 24 121 0 0.87 0.37 0.25 325.15 0.78 0.42
Hex BF 18 79 0 57 25 19 145 4E 2A
Octal 277 30 171 0 127 45 31 505 116 52
Binary 10111111 11000 1111001 0 1010111 100101 11001 101000101 1001110 101010

Color Harmonies of #BF1879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1879

Black with #BF1879

Text Example


Text Example

White with #BF1879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1879; }

 p { color: rgb(191,24,121); }

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

background-color css

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

 a { background-color: rgb(191,24,121); }

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

border-color css

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

 span { border-color: rgb(191,24,121); }

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