Html Css Color HEX #BF1ADD Deep Magenta

📋 copy color: '#BF1ADD'

red 191 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #BF1ADD

Tints of Deep Magenta #BF1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.94%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 43.61%
G = 5.94%
B = 50.46%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF1ADD (or 0xBF1ADD) is known color: Deep Magenta. HEX triplet: BF, 1A and DD. RGB value is (191,26,221). Sum of RGB (Red+Green+Blue) = 191+26+221=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF1ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1ADD is #40E522. Grayscale: #606060. Windows color (decimal): -4252963 or 14490303. OLE color: 14490303.

HSL color Cylindrical-coordinate representation of color #BF1ADD: hue angle of 290.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1ADD is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 26 221 -
CMYK 0.14 0.88 0 0.13
HSL 290.77º 0.79% 0.48% -
HSV(B) 290.77º 0.88% 0.87% -
XYZ 34.91 17.04 69.86 -
YUV 97.57 197.66 194.64 -
System Red Green Blue C M Y K H S L
Decimal 191 26 221 0.14 0.88 0 0.13 290.77 0.79 0.48
Hex BF 1A DD E 58 0 D 123 4F 30
Octal 277 32 335 16 130 0 15 443 117 60
Binary 10111111 11010 11011101 1110 1011000 0 1101 100100011 1001111 110000

Color Harmonies of #BF1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1ADD

Black with #BF1ADD

Text Example


Text Example

White with #BF1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1ADD; }

 p { color: rgb(191,26,221); }

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

background-color css

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

 a { background-color: rgb(191,26,221); }

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

border-color css

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

 span { border-color: rgb(191,26,221); }

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