Html Css Color HEX #BF2E8F Medium Red Violet

📋 copy color: '#BF2E8F'

red 191 ◦ green 46 ◦ blue 143

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

Shades of Medium Red Violet #BF2E8F

Tints of Medium Red Violet #BF2E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 50.26%
G = 12.11%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF2E8F (or 0xBF2E8F) is known color: Medium Red Violet. HEX triplet: BF, 2E and 8F. RGB value is (191,46,143). Sum of RGB (Red+Green+Blue) = 191+46+143=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2E8F is #40D170. Grayscale: #646464. Windows color (decimal): -4247921 or 9383615. OLE color: 9383615.

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

Color convert

RGB 191 46 143 -
CMYK 0 0.76 0.25 0.25
HSL 319.86º 0.61% 0.46% -
HSV(B) 319.86º 0.76% 0.75% -
XYZ 27.42 15.01 27.44 -
YUV 100.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 191 46 143 0 0.76 0.25 0.25 319.86 0.61 0.46
Hex BF 2E 8F 0 4C 19 19 140 3D 2E
Octal 277 56 217 0 114 31 31 500 75 56
Binary 10111111 101110 10001111 0 1001100 11001 11001 101000000 111101 101110

Color Harmonies of #BF2E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2E8F

Black with #BF2E8F

Text Example


Text Example

White with #BF2E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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