Html Css Color HEX #B912AB Deep Magenta

📋 copy color: '#B912AB'

red 185 ◦ green 18 ◦ blue 171

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

Shades of Deep Magenta #B912AB

Tints of Deep Magenta #B912AB

RGB

 RED value IS 185 (72.66% from 255) = 49.47%

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 49.47%
G = 4.81%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B912AB (or 0xB912AB) is known color: Deep Magenta. HEX triplet: B9, 12 and AB. RGB value is (185,18,171). Sum of RGB (Red+Green+Blue) = 185+18+171=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B912AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B912AB is #46ED54. Grayscale: #545454. Windows color (decimal): -4648277 or 11211449. OLE color: 11211449.

HSL color Cylindrical-coordinate representation of color #B912AB: hue angle of 305.03º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B912AB is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 18 171 -
CMYK 0 0.90 0.08 0.27
HSL 305.03º 0.82% 0.4% -
HSV(B) 305.03º 0.9% 0.73% -
XYZ 27.57 13.69 39.72 -
YUV 85.38 176.33 199.06 -
System Red Green Blue C M Y K H S L
Decimal 185 18 171 0 0.90 0.08 0.27 305.03 0.82 0.4
Hex B9 12 AB 0 5A 8 1B 131 52 28
Octal 271 22 253 0 132 10 33 461 122 50
Binary 10111001 10010 10101011 0 1011010 1000 11011 100110001 1010010 101000

Color Harmonies of #B912AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912AB

Black with #B912AB

Text Example


Text Example

White with #B912AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912AB; }

 p { color: rgb(185,18,171); }

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

background-color css

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

 a { background-color: rgb(185,18,171); }

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

border-color css

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

 span { border-color: rgb(185,18,171); }

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