Html Css Color HEX #BF316F Medium Red Violet

📋 copy color: '#BF316F'

red 191 ◦ green 49 ◦ blue 111

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

Shades of Medium Red Violet #BF316F

Tints of Medium Red Violet #BF316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 54.42%
G = 13.96%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF316F (or 0xBF316F) is known color: Medium Red Violet. HEX triplet: BF, 31 and 6F. RGB value is (191,49,111). Sum of RGB (Red+Green+Blue) = 191+49+111=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF316F is #40CE90. Grayscale: #626262. Windows color (decimal): -4247185 or 7287231. OLE color: 7287231.

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

Color convert

RGB 191 49 111 -
CMYK 0 0.74 0.42 0.25
HSL 333.8º 0.59% 0.47% -
HSV(B) 333.8º 0.74% 0.75% -
XYZ 25.45 14.42 16.48 -
YUV 98.53 135.04 193.96 -
System Red Green Blue C M Y K H S L
Decimal 191 49 111 0 0.74 0.42 0.25 333.8 0.59 0.47
Hex BF 31 6F 0 4A 2A 19 14E 3B 2F
Octal 277 61 157 0 112 52 31 516 73 57
Binary 10111111 110001 1101111 0 1001010 101010 11001 101001110 111011 101111

Color Harmonies of #BF316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF316F

Black with #BF316F

Text Example


Text Example

White with #BF316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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