Html Css Color HEX #BF1399 Medium Violet Red

📋 copy color: '#BF1399'

red 191 ◦ green 19 ◦ blue 153

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

Shades of Medium Violet Red #BF1399

Tints of Medium Violet Red #BF1399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 52.62%
G = 5.23%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF1399 (or 0xBF1399) is known color: Medium Violet Red. HEX triplet: BF, 13 and 99. RGB value is (191,19,153). Sum of RGB (Red+Green+Blue) = 191+19+153=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1399 is #40EC66. Grayscale: #555555. Windows color (decimal): -4254823 or 10032063. OLE color: 10032063.

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

Color convert

RGB 191 19 153 -
CMYK 0 0.90 0.20 0.25
HSL 313.26º 0.82% 0.41% -
HSV(B) 313.26º 0.9% 0.75% -
XYZ 27.47 13.84 31.36 -
YUV 85.7 165.98 203.1 -
System Red Green Blue C M Y K H S L
Decimal 191 19 153 0 0.90 0.20 0.25 313.26 0.82 0.41
Hex BF 13 99 0 5A 14 19 139 52 29
Octal 277 23 231 0 132 24 31 471 122 51
Binary 10111111 10011 10011001 0 1011010 10100 11001 100111001 1010010 101001

Color Harmonies of #BF1399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1399

Black with #BF1399

Text Example


Text Example

White with #BF1399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1399; }

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

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

background-color css

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

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

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

border-color css

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

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

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