Html Css Color HEX #BF0194 Medium Violet Red

📋 copy color: '#BF0194'

red 191 ◦ green 1 ◦ blue 148

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

Shades of Medium Violet Red #BF0194

Tints of Medium Violet Red #BF0194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 56.18%
G = 0.29%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF0194 (or 0xBF0194) is known color: Medium Violet Red. HEX triplet: BF, 01 and 94. RGB value is (191,1,148). Sum of RGB (Red+Green+Blue) = 191+1+148=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0194 is #40FE6B. Grayscale: #4A4A4A. Windows color (decimal): -4259436 or 9699775. OLE color: 9699775.

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

Color convert

RGB 191 1 148 -
CMYK 0 0.99 0.23 0.25
HSL 313.58º 0.99% 0.38% -
HSV(B) 313.58º 0.99% 0.75% -
XYZ 26.84 13.24 29.16 -
YUV 74.57 169.45 211.05 -
System Red Green Blue C M Y K H S L
Decimal 191 1 148 0 0.99 0.23 0.25 313.58 0.99 0.38
Hex BF 1 94 0 63 17 19 13A 63 26
Octal 277 1 224 0 143 27 31 472 143 46
Binary 10111111 1 10010100 0 1100011 10111 11001 100111010 1100011 100110

Color Harmonies of #BF0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0194

Black with #BF0194

Text Example


Text Example

White with #BF0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0194; }

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

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

background-color css

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

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

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

border-color css

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

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

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