Html Css Color HEX #BF1871 Medium Violet Red

📋 copy color: '#BF1871'

red 191 ◦ green 24 ◦ blue 113

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

Shades of Medium Violet Red #BF1871

Tints of Medium Violet Red #BF1871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.32%

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 58.23%
G = 7.32%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF1871 (or 0xBF1871) is known color: Medium Violet Red. HEX triplet: BF, 18 and 71. RGB value is (191,24,113). Sum of RGB (Red+Green+Blue) = 191+24+113=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1871 is #40E78E. Grayscale: #535353. Windows color (decimal): -4253583 or 7411903. OLE color: 7411903.

HSL color Cylindrical-coordinate representation of color #BF1871: hue angle of 328.02º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1871 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 113 -
CMYK 0 0.87 0.41 0.25
HSL 328.02º 0.78% 0.42% -
HSV(B) 328.02º 0.87% 0.75% -
XYZ 24.79 12.92 16.81 -
YUV 84.08 144.33 204.26 -
System Red Green Blue C M Y K H S L
Decimal 191 24 113 0 0.87 0.41 0.25 328.02 0.78 0.42
Hex BF 18 71 0 57 29 19 148 4E 2A
Octal 277 30 161 0 127 51 31 510 116 52
Binary 10111111 11000 1110001 0 1010111 101001 11001 101001000 1001110 101010

Color Harmonies of #BF1871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1871

Black with #BF1871

Text Example


Text Example

White with #BF1871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1871; }

 p { color: rgb(191,24,113); }

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

background-color css

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

 a { background-color: rgb(191,24,113); }

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

border-color css

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

 span { border-color: rgb(191,24,113); }

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