Html Css Color HEX #BF1996 Medium Violet Red

📋 copy color: '#BF1996'

red 191 ◦ green 25 ◦ blue 150

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

Shades of Medium Violet Red #BF1996

Tints of Medium Violet Red #BF1996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.83%

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 52.19%
G = 6.83%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF1996 (or 0xBF1996) is known color: Medium Violet Red. HEX triplet: BF, 19 and 96. RGB value is (191,25,150). Sum of RGB (Red+Green+Blue) = 191+25+150=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1996 is #40E669. Grayscale: #585858. Windows color (decimal): -4253290 or 9836991. OLE color: 9836991.

HSL color Cylindrical-coordinate representation of color #BF1996: hue angle of 314.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1996 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 25 150 -
CMYK 0 0.87 0.21 0.25
HSL 314.82º 0.77% 0.42% -
HSV(B) 314.82º 0.87% 0.75% -
XYZ 27.34 13.97 30.11 -
YUV 88.88 162.5 200.84 -
System Red Green Blue C M Y K H S L
Decimal 191 25 150 0 0.87 0.21 0.25 314.82 0.77 0.42
Hex BF 19 96 0 57 15 19 13B 4D 2A
Octal 277 31 226 0 127 25 31 473 115 52
Binary 10111111 11001 10010110 0 1010111 10101 11001 100111011 1001101 101010

Color Harmonies of #BF1996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1996

Black with #BF1996

Text Example


Text Example

White with #BF1996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1996; }

 p { color: rgb(191,25,150); }

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

background-color css

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

 a { background-color: rgb(191,25,150); }

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

border-color css

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

 span { border-color: rgb(191,25,150); }

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