Html Css Color HEX #BF2276 Medium Violet Red

📋 copy color: '#BF2276'

red 191 ◦ green 34 ◦ blue 118

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

Shades of Medium Violet Red #BF2276

Tints of Medium Violet Red #BF2276

RGB

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

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

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

R = 55.69%
G = 9.91%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF2276 (or 0xBF2276) is known color: Medium Violet Red. HEX triplet: BF, 22 and 76. RGB value is (191,34,118). Sum of RGB (Red+Green+Blue) = 191+34+118=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2276 is #40DD89. Grayscale: #5A5A5A. Windows color (decimal): -4251018 or 7742143. OLE color: 7742143.

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

Color convert

RGB 191 34 118 -
CMYK 0 0.82 0.38 0.25
HSL 327.9º 0.7% 0.44% -
HSV(B) 327.9º 0.82% 0.75% -
XYZ 25.33 13.53 18.42 -
YUV 90.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 191 34 118 0 0.82 0.38 0.25 327.9 0.7 0.44
Hex BF 22 76 0 52 26 19 148 46 2C
Octal 277 42 166 0 122 46 31 510 106 54
Binary 10111111 100010 1110110 0 1010010 100110 11001 101001000 1000110 101100

Color Harmonies of #BF2276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2276

Black with #BF2276

Text Example


Text Example

White with #BF2276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2276; }

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

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

background-color css

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

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

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

border-color css

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

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

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