Html Css Color HEX #BF1770 Medium Violet Red

📋 copy color: '#BF1770'

red 191 ◦ green 23 ◦ blue 112

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

Shades of Medium Violet Red #BF1770

Tints of Medium Violet Red #BF1770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.06%

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

R = 58.59%
G = 7.06%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF1770 (or 0xBF1770) is known color: Medium Violet Red. HEX triplet: BF, 17 and 70. RGB value is (191,23,112). Sum of RGB (Red+Green+Blue) = 191+23+112=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1770 is #40E88F. Grayscale: #535353. Windows color (decimal): -4253840 or 7346111. OLE color: 7346111.

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

Color convert

RGB 191 23 112 -
CMYK 0 0.88 0.41 0.25
HSL 328.21º 0.79% 0.42% -
HSV(B) 328.21º 0.88% 0.75% -
XYZ 24.72 12.86 16.51 -
YUV 83.38 144.16 204.76 -
System Red Green Blue C M Y K H S L
Decimal 191 23 112 0 0.88 0.41 0.25 328.21 0.79 0.42
Hex BF 17 70 0 58 29 19 148 4F 2A
Octal 277 27 160 0 130 51 31 510 117 52
Binary 10111111 10111 1110000 0 1011000 101001 11001 101001000 1001111 101010

Color Harmonies of #BF1770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1770

Black with #BF1770

Text Example


Text Example

White with #BF1770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1770; }

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

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

background-color css

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

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

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

border-color css

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

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

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