Html Css Color HEX #BF1479 Medium Violet Red

📋 copy color: '#BF1479'

red 191 ◦ green 20 ◦ blue 121

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

Shades of Medium Violet Red #BF1479

Tints of Medium Violet Red #BF1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.02%

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

R = 57.53%
G = 6.02%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF1479 (or 0xBF1479) is known color: Medium Violet Red. HEX triplet: BF, 14 and 79. RGB value is (191,20,121). Sum of RGB (Red+Green+Blue) = 191+20+121=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1479 is #40EB86. Grayscale: #525252. Windows color (decimal): -4254599 or 7935167. OLE color: 7935167.

HSL color Cylindrical-coordinate representation of color #BF1479: hue angle of 324.56º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1479 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 121 -
CMYK 0 0.90 0.37 0.25
HSL 324.56º 0.81% 0.41% -
HSV(B) 324.56º 0.9% 0.75% -
XYZ 25.19 12.96 19.26 -
YUV 82.64 149.65 205.29 -
System Red Green Blue C M Y K H S L
Decimal 191 20 121 0 0.90 0.37 0.25 324.56 0.81 0.41
Hex BF 14 79 0 5A 25 19 145 51 29
Octal 277 24 171 0 132 45 31 505 121 51
Binary 10111111 10100 1111001 0 1011010 100101 11001 101000101 1010001 101001

Color Harmonies of #BF1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1479

Black with #BF1479

Text Example


Text Example

White with #BF1479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1479; }

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

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

background-color css

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

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

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

border-color css

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

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

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