Html Css Color HEX #BF19B2 Deep Magenta

📋 copy color: '#BF19B2'

red 191 ◦ green 25 ◦ blue 178

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

Shades of Deep Magenta #BF19B2

Tints of Deep Magenta #BF19B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.18%

R = 48.48%
G = 6.35%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF19B2 (or 0xBF19B2) is known color: Deep Magenta. HEX triplet: BF, 19 and B2. RGB value is (191,25,178). Sum of RGB (Red+Green+Blue) = 191+25+178=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF19B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF19B2 is #40E64D. Grayscale: #5B5B5B. Windows color (decimal): -4253262 or 11671999. OLE color: 11671999.

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

Color convert

RGB 191 25 178 -
CMYK 0 0.87 0.07 0.25
HSL 304.7º 0.77% 0.42% -
HSV(B) 304.7º 0.87% 0.75% -
XYZ 29.87 14.99 43.44 -
YUV 92.08 176.5 198.56 -
System Red Green Blue C M Y K H S L
Decimal 191 25 178 0 0.87 0.07 0.25 304.7 0.77 0.42
Hex BF 19 B2 0 57 7 19 131 4D 2A
Octal 277 31 262 0 127 7 31 461 115 52
Binary 10111111 11001 10110010 0 1010111 111 11001 100110001 1001101 101010

Color Harmonies of #BF19B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF19B2

Black with #BF19B2

Text Example


Text Example

White with #BF19B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF19B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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