Html Css Color HEX #BF12AA Deep Magenta

📋 copy color: '#BF12AA'

red 191 ◦ green 18 ◦ blue 170

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

Shades of Deep Magenta #BF12AA

Tints of Deep Magenta #BF12AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.75%

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

R = 50.4%
G = 4.75%
B = 44.85%

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

#BF12AA (or 0xBF12AA) is known color: Deep Magenta. HEX triplet: BF, 12 and AA. RGB value is (191,18,170). Sum of RGB (Red+Green+Blue) = 191+18+170=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF12AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF12AA is #40ED55. Grayscale: #565656. Windows color (decimal): -4255062 or 11145919. OLE color: 11145919.

HSL color Cylindrical-coordinate representation of color #BF12AA: hue angle of 307.28º degrees, saturation: 0.83, 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 #BF12AA is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 18 170 -
CMYK 0 0.91 0.11 0.25
HSL 307.28º 0.83% 0.41% -
HSV(B) 307.28º 0.91% 0.75% -
XYZ 28.96 14.41 39.29 -
YUV 87.06 174.81 202.14 -
System Red Green Blue C M Y K H S L
Decimal 191 18 170 0 0.91 0.11 0.25 307.28 0.83 0.41
Hex BF 12 AA 0 5B B 19 133 53 29
Octal 277 22 252 0 133 13 31 463 123 51
Binary 10111111 10010 10101010 0 1011011 1011 11001 100110011 1010011 101001

Color Harmonies of #BF12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF12AA

Black with #BF12AA

Text Example


Text Example

White with #BF12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF12AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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