Html Css Color HEX #BF1F93 Medium Violet Red

📋 copy color: '#BF1F93'

red 191 ◦ green 31 ◦ blue 147

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

Shades of Medium Violet Red #BF1F93

Tints of Medium Violet Red #BF1F93

RGB

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

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

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

R = 51.76%
G = 8.4%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF1F93 (or 0xBF1F93) is known color: Medium Violet Red. HEX triplet: BF, 1F and 93. RGB value is (191,31,147). Sum of RGB (Red+Green+Blue) = 191+31+147=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF1F93 is #40E06C. Grayscale: #5B5B5B. Windows color (decimal): -4251757 or 9641919. OLE color: 9641919.

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

Color convert

RGB 191 31 147 -
CMYK 0 0.84 0.23 0.25
HSL 316.5º 0.72% 0.44% -
HSV(B) 316.5º 0.84% 0.75% -
XYZ 27.24 14.16 28.9 -
YUV 92.06 159.01 198.57 -
System Red Green Blue C M Y K H S L
Decimal 191 31 147 0 0.84 0.23 0.25 316.5 0.72 0.44
Hex BF 1F 93 0 54 17 19 13C 48 2C
Octal 277 37 223 0 124 27 31 474 110 54
Binary 10111111 11111 10010011 0 1010100 10111 11001 100111100 1001000 101100

Color Harmonies of #BF1F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F93

Black with #BF1F93

Text Example


Text Example

White with #BF1F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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