Html Css Color HEX #BF397A Medium Red Violet

📋 copy color: '#BF397A'

red 191 ◦ green 57 ◦ blue 122

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

Shades of Medium Red Violet #BF397A

Tints of Medium Red Violet #BF397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 51.62%
G = 15.41%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF397A (or 0xBF397A) is known color: Medium Red Violet. HEX triplet: BF, 39 and 7A. RGB value is (191,57,122). Sum of RGB (Red+Green+Blue) = 191+57+122=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF397A is #40C685. Grayscale: #686868. Windows color (decimal): -4245126 or 8010175. OLE color: 8010175.

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

Color convert

RGB 191 57 122 -
CMYK 0 0.70 0.36 0.25
HSL 330.9º 0.54% 0.49% -
HSV(B) 330.9º 0.7% 0.75% -
XYZ 26.46 15.41 19.99 -
YUV 104.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 191 57 122 0 0.70 0.36 0.25 330.9 0.54 0.49
Hex BF 39 7A 0 46 24 19 14B 36 31
Octal 277 71 172 0 106 44 31 513 66 61
Binary 10111111 111001 1111010 0 1000110 100100 11001 101001011 110110 110001

Color Harmonies of #BF397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF397A

Black with #BF397A

Text Example


Text Example

White with #BF397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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