Html Css Color HEX #BF19AA Medium Violet Red

📋 copy color: '#BF19AA'

red 191 ◦ green 25 ◦ blue 170

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

Shades of Medium Violet Red #BF19AA

Tints of Medium Violet Red #BF19AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 49.48%
G = 6.48%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF19AA (or 0xBF19AA) is known color: Medium Violet Red. HEX triplet: BF, 19 and AA. RGB value is (191,25,170). Sum of RGB (Red+Green+Blue) = 191+25+170=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF19AA is #40E655. Grayscale: #5A5A5A. Windows color (decimal): -4253270 or 11147711. OLE color: 11147711.

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

Color convert

RGB 191 25 170 -
CMYK 0 0.87 0.11 0.25
HSL 307.59º 0.77% 0.42% -
HSV(B) 307.59º 0.87% 0.75% -
XYZ 29.09 14.67 39.33 -
YUV 91.16 172.5 199.21 -
System Red Green Blue C M Y K H S L
Decimal 191 25 170 0 0.87 0.11 0.25 307.59 0.77 0.42
Hex BF 19 AA 0 57 B 19 134 4D 2A
Octal 277 31 252 0 127 13 31 464 115 52
Binary 10111111 11001 10101010 0 1010111 1011 11001 100110100 1001101 101010

Color Harmonies of #BF19AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19AA

Black with #BF19AA

Text Example


Text Example

White with #BF19AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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