Html Css Color HEX #BF11AA Deep Magenta

📋 copy color: '#BF11AA'

red 191 ◦ green 17 ◦ blue 170

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

Shades of Deep Magenta #BF11AA

Tints of Deep Magenta #BF11AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.5%

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

R = 50.53%
G = 4.5%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF11AA (or 0xBF11AA) is known color: Deep Magenta. HEX triplet: BF, 11 and AA. RGB value is (191,17,170). Sum of RGB (Red+Green+Blue) = 191+17+170=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF11AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF11AA is #40EE55. Grayscale: #565656. Windows color (decimal): -4255318 or 11145663. OLE color: 11145663.

HSL color Cylindrical-coordinate representation of color #BF11AA: hue angle of 307.24º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF11AA is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 17 170 -
CMYK 0 0.91 0.11 0.25
HSL 307.24º 0.84% 0.41% -
HSV(B) 307.24º 0.91% 0.75% -
XYZ 28.94 14.38 39.28 -
YUV 86.47 175.15 202.56 -
System Red Green Blue C M Y K H S L
Decimal 191 17 170 0 0.91 0.11 0.25 307.24 0.84 0.41
Hex BF 11 AA 0 5B B 19 133 54 29
Octal 277 21 252 0 133 13 31 463 124 51
Binary 10111111 10001 10101010 0 1011011 1011 11001 100110011 1010100 101001

Color Harmonies of #BF11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF11AA

Black with #BF11AA

Text Example


Text Example

White with #BF11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF11AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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