Html Css Color HEX #BF19AF Deep Magenta

📋 copy color: '#BF19AF'

red 191 ◦ green 25 ◦ blue 175

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

Shades of Deep Magenta #BF19AF

Tints of Deep Magenta #BF19AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 48.85%
G = 6.39%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF19AF (or 0xBF19AF) is known color: Deep Magenta. HEX triplet: BF, 19 and AF. RGB value is (191,25,175). Sum of RGB (Red+Green+Blue) = 191+25+175=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF19AF is #40E650. Grayscale: #5B5B5B. Windows color (decimal): -4253265 or 11475391. OLE color: 11475391.

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

Color convert

RGB 191 25 175 -
CMYK 0 0.87 0.08 0.25
HSL 305.78º 0.77% 0.42% -
HSV(B) 305.78º 0.87% 0.75% -
XYZ 29.57 14.87 41.87 -
YUV 91.73 175 198.8 -
System Red Green Blue C M Y K H S L
Decimal 191 25 175 0 0.87 0.08 0.25 305.78 0.77 0.42
Hex BF 19 AF 0 57 8 19 132 4D 2A
Octal 277 31 257 0 127 10 31 462 115 52
Binary 10111111 11001 10101111 0 1010111 1000 11001 100110010 1001101 101010

Color Harmonies of #BF19AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19AF

Black with #BF19AF

Text Example


Text Example

White with #BF19AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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