Html Css Color HEX #BF2E74 Medium Red Violet

📋 copy color: '#BF2E74'

red 191 ◦ green 46 ◦ blue 116

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

Shades of Medium Red Violet #BF2E74

Tints of Medium Red Violet #BF2E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.03%

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 54.11%
G = 13.03%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF2E74 (or 0xBF2E74) is known color: Medium Red Violet. HEX triplet: BF, 2E and 74. RGB value is (191,46,116). Sum of RGB (Red+Green+Blue) = 191+46+116=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E74 is #40D18B. Grayscale: #616161. Windows color (decimal): -4247948 or 7614143. OLE color: 7614143.

HSL color Cylindrical-coordinate representation of color #BF2E74: hue angle of 331.03º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E74 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 46 116 -
CMYK 0 0.76 0.39 0.25
HSL 331.03º 0.61% 0.46% -
HSV(B) 331.03º 0.76% 0.75% -
XYZ 25.62 14.29 17.93 -
YUV 97.34 138.54 194.81 -
System Red Green Blue C M Y K H S L
Decimal 191 46 116 0 0.76 0.39 0.25 331.03 0.61 0.46
Hex BF 2E 74 0 4C 27 19 14B 3D 2E
Octal 277 56 164 0 114 47 31 513 75 56
Binary 10111111 101110 1110100 0 1001100 100111 11001 101001011 111101 101110

Color Harmonies of #BF2E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2E74

Black with #BF2E74

Text Example


Text Example

White with #BF2E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2E74; }

 p { color: rgb(191,46,116); }

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

background-color css

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

 a { background-color: rgb(191,46,116); }

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

border-color css

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

 span { border-color: rgb(191,46,116); }

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