Html Css Color HEX #BF1386 Medium Violet Red

📋 copy color: '#BF1386'

red 191 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #BF1386

Tints of Medium Violet Red #BF1386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.52%

 BLUE value IS 134 (52.73% from 255) = 38.95%

R = 55.52%
G = 5.52%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF1386 (or 0xBF1386) is known color: Medium Violet Red. HEX triplet: BF, 13 and 86. RGB value is (191,19,134). Sum of RGB (Red+Green+Blue) = 191+19+134=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1386 is #40EC79. Grayscale: #535353. Windows color (decimal): -4254842 or 8786879. OLE color: 8786879.

HSL color Cylindrical-coordinate representation of color #BF1386: hue angle of 319.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1386 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 134 -
CMYK 0 0.90 0.30 0.25
HSL 319.88º 0.82% 0.41% -
HSV(B) 319.88º 0.9% 0.75% -
XYZ 26.02 13.26 23.74 -
YUV 83.54 156.48 204.65 -
System Red Green Blue C M Y K H S L
Decimal 191 19 134 0 0.90 0.30 0.25 319.88 0.82 0.41
Hex BF 13 86 0 5A 1E 19 140 52 29
Octal 277 23 206 0 132 36 31 500 122 51
Binary 10111111 10011 10000110 0 1011010 11110 11001 101000000 1010010 101001

Color Harmonies of #BF1386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1386

Black with #BF1386

Text Example


Text Example

White with #BF1386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1386; }

 p { color: rgb(191,19,134); }

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

background-color css

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

 a { background-color: rgb(191,19,134); }

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

border-color css

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

 span { border-color: rgb(191,19,134); }

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