Html Css Color HEX #BF1193 Medium Violet Red

📋 copy color: '#BF1193'

red 191 ◦ green 17 ◦ blue 147

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

Shades of Medium Violet Red #BF1193

Tints of Medium Violet Red #BF1193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.79%

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 53.8%
G = 4.79%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF1193 (or 0xBF1193) is known color: Medium Violet Red. HEX triplet: BF, 11 and 93. RGB value is (191,17,147). Sum of RGB (Red+Green+Blue) = 191+17+147=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1193 is #40EE6C. Grayscale: #535353. Windows color (decimal): -4255341 or 9638335. OLE color: 9638335.

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

Color convert

RGB 191 17 147 -
CMYK 0 0.91 0.23 0.25
HSL 315.17º 0.84% 0.41% -
HSV(B) 315.17º 0.91% 0.75% -
XYZ 26.95 13.58 28.81 -
YUV 83.85 163.65 204.43 -
System Red Green Blue C M Y K H S L
Decimal 191 17 147 0 0.91 0.23 0.25 315.17 0.84 0.41
Hex BF 11 93 0 5B 17 19 13B 54 29
Octal 277 21 223 0 133 27 31 473 124 51
Binary 10111111 10001 10010011 0 1011011 10111 11001 100111011 1010100 101001

Color Harmonies of #BF1193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1193

Black with #BF1193

Text Example


Text Example

White with #BF1193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1193; }

 p { color: rgb(191,17,147); }

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

background-color css

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

 a { background-color: rgb(191,17,147); }

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

border-color css

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

 span { border-color: rgb(191,17,147); }

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