Html Css Color HEX #BF1870 Medium Violet Red

📋 copy color: '#BF1870'

red 191 ◦ green 24 ◦ blue 112

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

Shades of Medium Violet Red #BF1870

Tints of Medium Violet Red #BF1870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 58.41%
G = 7.34%
B = 34.25%

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

#BF1870 (or 0xBF1870) is known color: Medium Violet Red. HEX triplet: BF, 18 and 70. RGB value is (191,24,112). Sum of RGB (Red+Green+Blue) = 191+24+112=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1870 is #40E78F. Grayscale: #535353. Windows color (decimal): -4253584 or 7346367. OLE color: 7346367.

HSL color Cylindrical-coordinate representation of color #BF1870: hue angle of 328.38º 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 #BF1870 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 24 112 -
CMYK 0 0.87 0.41 0.25
HSL 328.38º 0.78% 0.42% -
HSV(B) 328.38º 0.87% 0.75% -
XYZ 24.74 12.9 16.52 -
YUV 83.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 191 24 112 0 0.87 0.41 0.25 328.38 0.78 0.42
Hex BF 18 70 0 57 29 19 148 4E 2A
Octal 277 30 160 0 127 51 31 510 116 52
Binary 10111111 11000 1110000 0 1010111 101001 11001 101001000 1001110 101010

Color Harmonies of #BF1870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1870

Black with #BF1870

Text Example


Text Example

White with #BF1870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1870; }

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

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

background-color css

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

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

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

border-color css

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

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

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