Html Css Color HEX #BF2076 Medium Violet Red

📋 copy color: '#BF2076'

red 191 ◦ green 32 ◦ blue 118

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

Shades of Medium Violet Red #BF2076

Tints of Medium Violet Red #BF2076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 56.01%
G = 9.38%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF2076 (or 0xBF2076) is known color: Medium Violet Red. HEX triplet: BF, 20 and 76. RGB value is (191,32,118). Sum of RGB (Red+Green+Blue) = 191+32+118=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2076 is #40DF89. Grayscale: #595959. Windows color (decimal): -4251530 or 7741631. OLE color: 7741631.

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

Color convert

RGB 191 32 118 -
CMYK 0 0.83 0.38 0.25
HSL 327.55º 0.71% 0.44% -
HSV(B) 327.55º 0.83% 0.75% -
XYZ 25.27 13.42 18.4 -
YUV 89.35 144.18 200.51 -
System Red Green Blue C M Y K H S L
Decimal 191 32 118 0 0.83 0.38 0.25 327.55 0.71 0.44
Hex BF 20 76 0 53 26 19 148 47 2C
Octal 277 40 166 0 123 46 31 510 107 54
Binary 10111111 100000 1110110 0 1010011 100110 11001 101001000 1000111 101100

Color Harmonies of #BF2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2076

Black with #BF2076

Text Example


Text Example

White with #BF2076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2076; }

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

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

background-color css

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

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

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

border-color css

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

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

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