Html Css Color HEX #BF2591 Medium Red Violet

📋 copy color: '#BF2591'

red 191 ◦ green 37 ◦ blue 145

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

Shades of Medium Red Violet #BF2591

Tints of Medium Red Violet #BF2591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.92%

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

R = 51.21%
G = 9.92%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF2591 (or 0xBF2591) is known color: Medium Red Violet. HEX triplet: BF, 25 and 91. RGB value is (191,37,145). Sum of RGB (Red+Green+Blue) = 191+37+145=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2591 is #40DA6E. Grayscale: #5F5F5F. Windows color (decimal): -4250223 or 9512383. OLE color: 9512383.

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

Color convert

RGB 191 37 145 -
CMYK 0 0.81 0.24 0.25
HSL 317.92º 0.68% 0.45% -
HSV(B) 317.92º 0.81% 0.75% -
XYZ 27.26 14.44 28.14 -
YUV 95.36 156.02 196.22 -
System Red Green Blue C M Y K H S L
Decimal 191 37 145 0 0.81 0.24 0.25 317.92 0.68 0.45
Hex BF 25 91 0 51 18 19 13E 44 2D
Octal 277 45 221 0 121 30 31 476 104 55
Binary 10111111 100101 10010001 0 1010001 11000 11001 100111110 1000100 101101

Color Harmonies of #BF2591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2591

Black with #BF2591

Text Example


Text Example

White with #BF2591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2591; }

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

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

background-color css

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

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

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

border-color css

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

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

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