Html Css Color HEX #BF0580 Medium Violet Red

📋 copy color: '#BF0580'

red 191 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #BF0580

Tints of Medium Violet Red #BF0580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.51%

R = 58.95%
G = 1.54%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF0580 (or 0xBF0580) is known color: Medium Violet Red. HEX triplet: BF, 05 and 80. RGB value is (191,5,128). Sum of RGB (Red+Green+Blue) = 191+5+128=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0580 is #40FA7F. Grayscale: #4A4A4A. Windows color (decimal): -4258432 or 8390079. OLE color: 8390079.

HSL color Cylindrical-coordinate representation of color #BF0580: hue angle of 320.32º 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 #BF0580 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 5 128 -
CMYK 0 0.97 0.33 0.25
HSL 320.32º 0.95% 0.38% -
HSV(B) 320.32º 0.97% 0.75% -
XYZ 25.44 12.74 21.54 -
YUV 74.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 191 5 128 0 0.97 0.33 0.25 320.32 0.95 0.38
Hex BF 5 80 0 61 21 19 140 5F 26
Octal 277 5 200 0 141 41 31 500 137 46
Binary 10111111 101 10000000 0 1100001 100001 11001 101000000 1011111 100110

Color Harmonies of #BF0580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0580

Black with #BF0580

Text Example


Text Example

White with #BF0580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0580; }

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

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

background-color css

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

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

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

border-color css

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

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

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