Html Css Color HEX #BF1993 Medium Violet Red

📋 copy color: '#BF1993'

red 191 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #BF1993

Tints of Medium Violet Red #BF1993

RGB

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

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

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

R = 52.62%
G = 6.89%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF1993 (or 0xBF1993) is known color: Medium Violet Red. HEX triplet: BF, 19 and 93. RGB value is (191,25,147). Sum of RGB (Red+Green+Blue) = 191+25+147=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1993 is #40E66C. Grayscale: #585858. Windows color (decimal): -4253293 or 9640383. OLE color: 9640383.

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

Color convert

RGB 191 25 147 -
CMYK 0 0.87 0.23 0.25
HSL 315.9º 0.77% 0.42% -
HSV(B) 315.9º 0.87% 0.75% -
XYZ 27.1 13.88 28.85 -
YUV 88.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 191 25 147 0 0.87 0.23 0.25 315.9 0.77 0.42
Hex BF 19 93 0 57 17 19 13C 4D 2A
Octal 277 31 223 0 127 27 31 474 115 52
Binary 10111111 11001 10010011 0 1010111 10111 11001 100111100 1001101 101010

Color Harmonies of #BF1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1993

Black with #BF1993

Text Example


Text Example

White with #BF1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1993; }

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

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

background-color css

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

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

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

border-color css

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

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

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