Html Css Color HEX #BF319F Medium Red Violet

📋 copy color: '#BF319F'

red 191 ◦ green 49 ◦ blue 159

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

Shades of Medium Red Violet #BF319F

Tints of Medium Red Violet #BF319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.28%

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 47.87%
G = 12.28%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF319F (or 0xBF319F) is known color: Medium Red Violet. HEX triplet: BF, 31 and 9F. RGB value is (191,49,159). Sum of RGB (Red+Green+Blue) = 191+49+159=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF319F is #40CE60. Grayscale: #676767. Windows color (decimal): -4247137 or 10432959. OLE color: 10432959.

HSL color Cylindrical-coordinate representation of color #BF319F: hue angle of 313.52º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF319F is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 49 159 -
CMYK 0 0.74 0.17 0.25
HSL 313.52º 0.59% 0.47% -
HSV(B) 313.52º 0.74% 0.75% -
XYZ 28.84 15.78 34.33 -
YUV 104 159.04 190.06 -
System Red Green Blue C M Y K H S L
Decimal 191 49 159 0 0.74 0.17 0.25 313.52 0.59 0.47
Hex BF 31 9F 0 4A 11 19 13A 3B 2F
Octal 277 61 237 0 112 21 31 472 73 57
Binary 10111111 110001 10011111 0 1001010 10001 11001 100111010 111011 101111

Color Harmonies of #BF319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF319F

Black with #BF319F

Text Example


Text Example

White with #BF319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF319F; }

 p { color: rgb(191,49,159); }

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

background-color css

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

 a { background-color: rgb(191,49,159); }

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

border-color css

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

 span { border-color: rgb(191,49,159); }

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