Html Css Color HEX #BF2279 Medium Violet Red

📋 copy color: '#BF2279'

red 191 ◦ green 34 ◦ blue 121

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

Shades of Medium Violet Red #BF2279

Tints of Medium Violet Red #BF2279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.83%

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

R = 55.2%
G = 9.83%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF2279 (or 0xBF2279) is known color: Medium Violet Red. HEX triplet: BF, 22 and 79. RGB value is (191,34,121). Sum of RGB (Red+Green+Blue) = 191+34+121=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2279 is #40DD86. Grayscale: #5A5A5A. Windows color (decimal): -4251015 or 7938751. OLE color: 7938751.

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

Color convert

RGB 191 34 121 -
CMYK 0 0.82 0.37 0.25
HSL 326.75º 0.7% 0.44% -
HSV(B) 326.75º 0.82% 0.75% -
XYZ 25.51 13.6 19.37 -
YUV 90.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 191 34 121 0 0.82 0.37 0.25 326.75 0.7 0.44
Hex BF 22 79 0 52 25 19 147 46 2C
Octal 277 42 171 0 122 45 31 507 106 54
Binary 10111111 100010 1111001 0 1010010 100101 11001 101000111 1000110 101100

Color Harmonies of #BF2279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2279

Black with #BF2279

Text Example


Text Example

White with #BF2279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2279; }

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

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

background-color css

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

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

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

border-color css

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

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

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