Html Css Color HEX #BF397F Medium Red Violet

📋 copy color: '#BF397F'

red 191 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #BF397F

Tints of Medium Red Violet #BF397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.2%

 BLUE value IS 127 (50% from 255) = 33.87%

R = 50.93%
G = 15.2%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF397F (or 0xBF397F) is known color: Medium Red Violet. HEX triplet: BF, 39 and 7F. RGB value is (191,57,127). Sum of RGB (Red+Green+Blue) = 191+57+127=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF397F is #40C680. Grayscale: #686868. Windows color (decimal): -4245121 or 8337855. OLE color: 8337855.

HSL color Cylindrical-coordinate representation of color #BF397F: hue angle of 328.66º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF397F is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 57 127 -
CMYK 0 0.70 0.34 0.25
HSL 328.66º 0.54% 0.49% -
HSV(B) 328.66º 0.7% 0.75% -
XYZ 26.78 15.53 21.67 -
YUV 105.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 191 57 127 0 0.70 0.34 0.25 328.66 0.54 0.49
Hex BF 39 7F 0 46 22 19 149 36 31
Octal 277 71 177 0 106 42 31 511 66 61
Binary 10111111 111001 1111111 0 1000110 100010 11001 101001001 110110 110001

Color Harmonies of #BF397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF397F

Black with #BF397F

Text Example


Text Example

White with #BF397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF397F; }

 p { color: rgb(191,57,127); }

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

background-color css

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

 a { background-color: rgb(191,57,127); }

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

border-color css

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

 span { border-color: rgb(191,57,127); }

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