Html Css Color HEX #BF2071 Medium Violet Red

📋 copy color: '#BF2071'

red 191 ◦ green 32 ◦ blue 113

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

Shades of Medium Violet Red #BF2071

Tints of Medium Violet Red #BF2071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.63%

R = 56.85%
G = 9.52%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF2071 (or 0xBF2071) is known color: Medium Violet Red. HEX triplet: BF, 20 and 71. RGB value is (191,32,113). Sum of RGB (Red+Green+Blue) = 191+32+113=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2071 is #40DF8E. Grayscale: #585858. Windows color (decimal): -4251535 or 7413951. OLE color: 7413951.

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

Color convert

RGB 191 32 113 -
CMYK 0 0.83 0.41 0.25
HSL 329.43º 0.71% 0.44% -
HSV(B) 329.43º 0.83% 0.75% -
XYZ 24.98 13.3 16.87 -
YUV 88.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 191 32 113 0 0.83 0.41 0.25 329.43 0.71 0.44
Hex BF 20 71 0 53 29 19 149 47 2C
Octal 277 40 161 0 123 51 31 511 107 54
Binary 10111111 100000 1110001 0 1010011 101001 11001 101001001 1000111 101100

Color Harmonies of #BF2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2071

Black with #BF2071

Text Example


Text Example

White with #BF2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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