Html Css Color HEX #BF398F Medium Red Violet

📋 copy color: '#BF398F'

red 191 ◦ green 57 ◦ blue 143

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

Shades of Medium Red Violet #BF398F

Tints of Medium Red Violet #BF398F

RGB

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

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

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

R = 48.85%
G = 14.58%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF398F (or 0xBF398F) is known color: Medium Red Violet. HEX triplet: BF, 39 and 8F. RGB value is (191,57,143). Sum of RGB (Red+Green+Blue) = 191+57+143=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF398F is #40C670. Grayscale: #6A6A6A. Windows color (decimal): -4245105 or 9386431. OLE color: 9386431.

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

Color convert

RGB 191 57 143 -
CMYK 0 0.70 0.25 0.25
HSL 321.49º 0.54% 0.49% -
HSV(B) 321.49º 0.7% 0.75% -
XYZ 27.91 15.99 27.6 -
YUV 106.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 191 57 143 0 0.70 0.25 0.25 321.49 0.54 0.49
Hex BF 39 8F 0 46 19 19 141 36 31
Octal 277 71 217 0 106 31 31 501 66 61
Binary 10111111 111001 10001111 0 1000110 11001 11001 101000001 110110 110001

Color Harmonies of #BF398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF398F

Black with #BF398F

Text Example


Text Example

White with #BF398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF398F; }

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

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

background-color css

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

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

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

border-color css

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

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

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