Html Css Color HEX #BF1F96 Medium Violet Red

📋 copy color: '#BF1F96'

red 191 ◦ green 31 ◦ blue 150

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

Shades of Medium Violet Red #BF1F96

Tints of Medium Violet Red #BF1F96

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.33%

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

R = 51.34%
G = 8.33%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF1F96 (or 0xBF1F96) is known color: Medium Violet Red. HEX triplet: BF, 1F and 96. RGB value is (191,31,150). Sum of RGB (Red+Green+Blue) = 191+31+150=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1F96 is #40E069. Grayscale: #5C5C5C. Windows color (decimal): -4251754 or 9838527. OLE color: 9838527.

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

Color convert

RGB 191 31 150 -
CMYK 0 0.84 0.21 0.25
HSL 315.38º 0.72% 0.44% -
HSV(B) 315.38º 0.84% 0.75% -
XYZ 27.48 14.26 30.16 -
YUV 92.41 160.51 198.32 -
System Red Green Blue C M Y K H S L
Decimal 191 31 150 0 0.84 0.21 0.25 315.38 0.72 0.44
Hex BF 1F 96 0 54 15 19 13B 48 2C
Octal 277 37 226 0 124 25 31 473 110 54
Binary 10111111 11111 10010110 0 1010100 10101 11001 100111011 1001000 101100

Color Harmonies of #BF1F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F96

Black with #BF1F96

Text Example


Text Example

White with #BF1F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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