Html Css Color HEX #BF1379 Medium Violet Red

📋 copy color: '#BF1379'

red 191 ◦ green 19 ◦ blue 121

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

Shades of Medium Violet Red #BF1379

Tints of Medium Violet Red #BF1379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.74%

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

R = 57.7%
G = 5.74%
B = 36.56%

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

#BF1379 (or 0xBF1379) is known color: Medium Violet Red. HEX triplet: BF, 13 and 79. RGB value is (191,19,121). Sum of RGB (Red+Green+Blue) = 191+19+121=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1379 is #40EC86. Grayscale: #515151. Windows color (decimal): -4254855 or 7934911. OLE color: 7934911.

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

Color convert

RGB 191 19 121 -
CMYK 0 0.90 0.37 0.25
HSL 324.42º 0.82% 0.41% -
HSV(B) 324.42º 0.9% 0.75% -
XYZ 25.17 12.92 19.26 -
YUV 82.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 191 19 121 0 0.90 0.37 0.25 324.42 0.82 0.41
Hex BF 13 79 0 5A 25 19 144 52 29
Octal 277 23 171 0 132 45 31 504 122 51
Binary 10111111 10011 1111001 0 1011010 100101 11001 101000100 1010010 101001

Color Harmonies of #BF1379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1379

Black with #BF1379

Text Example


Text Example

White with #BF1379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1379; }

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

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

background-color css

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

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

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

border-color css

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

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

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