Html Css Color HEX #BF1785 Medium Violet Red

📋 copy color: '#BF1785'

red 191 ◦ green 23 ◦ blue 133

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

Shades of Medium Violet Red #BF1785

Tints of Medium Violet Red #BF1785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.33%

R = 55.04%
G = 6.63%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF1785 (or 0xBF1785) is known color: Medium Violet Red. HEX triplet: BF, 17 and 85. RGB value is (191,23,133). Sum of RGB (Red+Green+Blue) = 191+23+133=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1785 is #40E87A. Grayscale: #555555. Windows color (decimal): -4253819 or 8722367. OLE color: 8722367.

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

Color convert

RGB 191 23 133 -
CMYK 0 0.88 0.30 0.25
HSL 320.71º 0.79% 0.42% -
HSV(B) 320.71º 0.88% 0.75% -
XYZ 26.03 13.38 23.4 -
YUV 85.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 191 23 133 0 0.88 0.30 0.25 320.71 0.79 0.42
Hex BF 17 85 0 58 1E 19 141 4F 2A
Octal 277 27 205 0 130 36 31 501 117 52
Binary 10111111 10111 10000101 0 1011000 11110 11001 101000001 1001111 101010

Color Harmonies of #BF1785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1785

Black with #BF1785

Text Example


Text Example

White with #BF1785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1785; }

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

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

background-color css

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

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

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

border-color css

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

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

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