Html Css Color HEX #BF1194 Medium Violet Red

📋 copy color: '#BF1194'

red 191 ◦ green 17 ◦ blue 148

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

Shades of Medium Violet Red #BF1194

Tints of Medium Violet Red #BF1194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.57%

R = 53.65%
G = 4.78%
B = 41.57%

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

#BF1194 (or 0xBF1194) is known color: Medium Violet Red. HEX triplet: BF, 11 and 94. RGB value is (191,17,148). Sum of RGB (Red+Green+Blue) = 191+17+148=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1194 is #40EE6B. Grayscale: #535353. Windows color (decimal): -4255340 or 9703871. OLE color: 9703871.

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

Color convert

RGB 191 17 148 -
CMYK 0 0.91 0.23 0.25
HSL 314.83º 0.84% 0.41% -
HSV(B) 314.83º 0.91% 0.75% -
XYZ 27.03 13.62 29.22 -
YUV 83.96 164.15 204.35 -
System Red Green Blue C M Y K H S L
Decimal 191 17 148 0 0.91 0.23 0.25 314.83 0.84 0.41
Hex BF 11 94 0 5B 17 19 13B 54 29
Octal 277 21 224 0 133 27 31 473 124 51
Binary 10111111 10001 10010100 0 1011011 10111 11001 100111011 1010100 101001

Color Harmonies of #BF1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1194

Black with #BF1194

Text Example


Text Example

White with #BF1194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1194; }

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

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

background-color css

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

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

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

border-color css

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

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

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