Html Css Color HEX #BF1387 Medium Violet Red

📋 copy color: '#BF1387'

red 191 ◦ green 19 ◦ blue 135

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

Shades of Medium Violet Red #BF1387

Tints of Medium Violet Red #BF1387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.13%

R = 55.36%
G = 5.51%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF1387 (or 0xBF1387) is known color: Medium Violet Red. HEX triplet: BF, 13 and 87. RGB value is (191,19,135). Sum of RGB (Red+Green+Blue) = 191+19+135=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1387 is #40EC78. Grayscale: #535353. Windows color (decimal): -4254841 or 8852415. OLE color: 8852415.

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

Color convert

RGB 191 19 135 -
CMYK 0 0.90 0.29 0.25
HSL 319.53º 0.82% 0.41% -
HSV(B) 319.53º 0.9% 0.75% -
XYZ 26.09 13.29 24.11 -
YUV 83.65 156.98 204.57 -
System Red Green Blue C M Y K H S L
Decimal 191 19 135 0 0.90 0.29 0.25 319.53 0.82 0.41
Hex BF 13 87 0 5A 1D 19 140 52 29
Octal 277 23 207 0 132 35 31 500 122 51
Binary 10111111 10011 10000111 0 1011010 11101 11001 101000000 1010010 101001

Color Harmonies of #BF1387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1387

Black with #BF1387

Text Example


Text Example

White with #BF1387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1387; }

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

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

background-color css

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

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

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

border-color css

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

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

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