Html Css Color HEX #BF0579 Medium Violet Red

📋 copy color: '#BF0579'

red 191 ◦ green 5 ◦ blue 121

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

Shades of Medium Violet Red #BF0579

Tints of Medium Violet Red #BF0579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 60.25%
G = 1.58%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF0579 (or 0xBF0579) is known color: Medium Violet Red. HEX triplet: BF, 05 and 79. RGB value is (191,5,121). Sum of RGB (Red+Green+Blue) = 191+5+121=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0579 is #40FA86. Grayscale: #494949. Windows color (decimal): -4258439 or 7931327. OLE color: 7931327.

HSL color Cylindrical-coordinate representation of color #BF0579: hue angle of 322.58º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0579 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 5 121 -
CMYK 0 0.97 0.37 0.25
HSL 322.58º 0.95% 0.38% -
HSV(B) 322.58º 0.97% 0.75% -
XYZ 24.99 12.57 19.2 -
YUV 73.84 154.62 211.57 -
System Red Green Blue C M Y K H S L
Decimal 191 5 121 0 0.97 0.37 0.25 322.58 0.95 0.38
Hex BF 5 79 0 61 25 19 143 5F 26
Octal 277 5 171 0 141 45 31 503 137 46
Binary 10111111 101 1111001 0 1100001 100101 11001 101000011 1011111 100110

Color Harmonies of #BF0579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0579

Black with #BF0579

Text Example


Text Example

White with #BF0579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0579; }

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

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

background-color css

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

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

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

border-color css

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

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

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