Html Css Color HEX #BF3491 Medium Red Violet

📋 copy color: '#BF3491'

red 191 ◦ green 52 ◦ blue 145

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

Shades of Medium Red Violet #BF3491

Tints of Medium Red Violet #BF3491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.4%

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 49.23%
G = 13.4%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF3491 (or 0xBF3491) is known color: Medium Red Violet. HEX triplet: BF, 34 and 91. RGB value is (191,52,145). Sum of RGB (Red+Green+Blue) = 191+52+145=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3491 is #40CB6E. Grayscale: #676767. Windows color (decimal): -4246383 or 9516223. OLE color: 9516223.

HSL color Cylindrical-coordinate representation of color #BF3491: hue angle of 319.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3491 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 52 145 -
CMYK 0 0.73 0.24 0.25
HSL 319.86º 0.57% 0.48% -
HSV(B) 319.86º 0.73% 0.75% -
XYZ 27.82 15.58 28.33 -
YUV 104.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 191 52 145 0 0.73 0.24 0.25 319.86 0.57 0.48
Hex BF 34 91 0 49 18 19 140 39 30
Octal 277 64 221 0 111 30 31 500 71 60
Binary 10111111 110100 10010001 0 1001001 11000 11001 101000000 111001 110000

Color Harmonies of #BF3491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3491

Black with #BF3491

Text Example


Text Example

White with #BF3491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3491; }

 p { color: rgb(191,52,145); }

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

background-color css

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

 a { background-color: rgb(191,52,145); }

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

border-color css

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

 span { border-color: rgb(191,52,145); }

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