Html Css Color HEX #BF398B Medium Red Violet

📋 copy color: '#BF398B'

red 191 ◦ green 57 ◦ blue 139

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

Shades of Medium Red Violet #BF398B

Tints of Medium Red Violet #BF398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.92%

R = 49.35%
G = 14.73%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF398B (or 0xBF398B) is known color: Medium Red Violet. HEX triplet: BF, 39 and 8B. RGB value is (191,57,139). Sum of RGB (Red+Green+Blue) = 191+57+139=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF398B is #40C674. Grayscale: #6A6A6A. Windows color (decimal): -4245109 or 9124287. OLE color: 9124287.

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

Color convert

RGB 191 57 139 -
CMYK 0 0.70 0.27 0.25
HSL 323.28º 0.54% 0.49% -
HSV(B) 323.28º 0.7% 0.75% -
XYZ 27.61 15.87 26.03 -
YUV 106.41 146.39 188.33 -
System Red Green Blue C M Y K H S L
Decimal 191 57 139 0 0.70 0.27 0.25 323.28 0.54 0.49
Hex BF 39 8B 0 46 1B 19 143 36 31
Octal 277 71 213 0 106 33 31 503 66 61
Binary 10111111 111001 10001011 0 1000110 11011 11001 101000011 110110 110001

Color Harmonies of #BF398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF398B

Black with #BF398B

Text Example


Text Example

White with #BF398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF398B; }

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

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

background-color css

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

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

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

border-color css

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

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

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