Html Css Color HEX #BF2791 Medium Red Violet

📋 copy color: '#BF2791'

red 191 ◦ green 39 ◦ blue 145

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

Shades of Medium Red Violet #BF2791

Tints of Medium Red Violet #BF2791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.4%

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

R = 50.93%
G = 10.4%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF2791 (or 0xBF2791) is known color: Medium Red Violet. HEX triplet: BF, 27 and 91. RGB value is (191,39,145). Sum of RGB (Red+Green+Blue) = 191+39+145=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2791 is #40D86E. Grayscale: #606060. Windows color (decimal): -4249711 or 9512895. OLE color: 9512895.

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

Color convert

RGB 191 39 145 -
CMYK 0 0.80 0.24 0.25
HSL 318.16º 0.66% 0.45% -
HSV(B) 318.16º 0.8% 0.75% -
XYZ 27.32 14.57 28.16 -
YUV 96.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 191 39 145 0 0.80 0.24 0.25 318.16 0.66 0.45
Hex BF 27 91 0 50 18 19 13E 42 2D
Octal 277 47 221 0 120 30 31 476 102 55
Binary 10111111 100111 10010001 0 1010000 11000 11001 100111110 1000010 101101

Color Harmonies of #BF2791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2791

Black with #BF2791

Text Example


Text Example

White with #BF2791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2791; }

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

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

background-color css

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

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

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

border-color css

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

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

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