Html Css Color HEX #BF2691 Medium Red Violet

📋 copy color: '#BF2691'

red 191 ◦ green 38 ◦ blue 145

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

Shades of Medium Red Violet #BF2691

Tints of Medium Red Violet #BF2691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.16%

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

R = 51.07%
G = 10.16%
B = 38.77%

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

#BF2691 (or 0xBF2691) is known color: Medium Red Violet. HEX triplet: BF, 26 and 91. RGB value is (191,38,145). Sum of RGB (Red+Green+Blue) = 191+38+145=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2691 is #40D96E. Grayscale: #5F5F5F. Windows color (decimal): -4249967 or 9512639. OLE color: 9512639.

HSL color Cylindrical-coordinate representation of color #BF2691: hue angle of 318.04º degrees, saturation: 0.67, 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 #BF2691 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 38 145 -
CMYK 0 0.80 0.24 0.25
HSL 318.04º 0.67% 0.45% -
HSV(B) 318.04º 0.8% 0.75% -
XYZ 27.29 14.51 28.15 -
YUV 95.95 155.69 195.8 -
System Red Green Blue C M Y K H S L
Decimal 191 38 145 0 0.80 0.24 0.25 318.04 0.67 0.45
Hex BF 26 91 0 50 18 19 13E 43 2D
Octal 277 46 221 0 120 30 31 476 103 55
Binary 10111111 100110 10010001 0 1010000 11000 11001 100111110 1000011 101101

Color Harmonies of #BF2691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2691

Black with #BF2691

Text Example


Text Example

White with #BF2691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2691; }

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

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

background-color css

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

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

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

border-color css

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

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

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