Html Css Color HEX #BF2080 Medium Violet Red

📋 copy color: '#BF2080'

red 191 ◦ green 32 ◦ blue 128

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

Shades of Medium Violet Red #BF2080

Tints of Medium Violet Red #BF2080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.12%

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

R = 54.42%
G = 9.12%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF2080 (or 0xBF2080) is known color: Medium Violet Red. HEX triplet: BF, 20 and 80. RGB value is (191,32,128). Sum of RGB (Red+Green+Blue) = 191+32+128=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2080 is #40DF7F. Grayscale: #5A5A5A. Windows color (decimal): -4251520 or 8396991. OLE color: 8396991.

HSL color Cylindrical-coordinate representation of color #BF2080: hue angle of 323.77º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2080 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 32 128 -
CMYK 0 0.83 0.33 0.25
HSL 323.77º 0.71% 0.44% -
HSV(B) 323.77º 0.83% 0.75% -
XYZ 25.9 13.67 21.7 -
YUV 90.49 149.18 199.69 -
System Red Green Blue C M Y K H S L
Decimal 191 32 128 0 0.83 0.33 0.25 323.77 0.71 0.44
Hex BF 20 80 0 53 21 19 144 47 2C
Octal 277 40 200 0 123 41 31 504 107 54
Binary 10111111 100000 10000000 0 1010011 100001 11001 101000100 1000111 101100

Color Harmonies of #BF2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2080

Black with #BF2080

Text Example


Text Example

White with #BF2080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2080; }

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

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

background-color css

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

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

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

border-color css

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

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

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