Html Css Color HEX #BF10AA Deep Magenta

📋 copy color: '#BF10AA'

red 191 ◦ green 16 ◦ blue 170

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

Shades of Deep Magenta #BF10AA

Tints of Deep Magenta #BF10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.24%

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

R = 50.66%
G = 4.24%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF10AA (or 0xBF10AA) is known color: Deep Magenta. HEX triplet: BF, 10 and AA. RGB value is (191,16,170). Sum of RGB (Red+Green+Blue) = 191+16+170=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF10AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF10AA is #40EF55. Grayscale: #555555. Windows color (decimal): -4255574 or 11145407. OLE color: 11145407.

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

Color convert

RGB 191 16 170 -
CMYK 0 0.92 0.11 0.25
HSL 307.2º 0.85% 0.41% -
HSV(B) 307.2º 0.92% 0.75% -
XYZ 28.93 14.35 39.28 -
YUV 85.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 191 16 170 0 0.92 0.11 0.25 307.2 0.85 0.41
Hex BF 10 AA 0 5C B 19 133 55 29
Octal 277 20 252 0 134 13 31 463 125 51
Binary 10111111 10000 10101010 0 1011100 1011 11001 100110011 1010101 101001

Color Harmonies of #BF10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF10AA

Black with #BF10AA

Text Example


Text Example

White with #BF10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF10AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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