Html Css Color HEX #B912AD Deep Magenta

📋 copy color: '#B912AD'

red 185 ◦ green 18 ◦ blue 173

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

Shades of Deep Magenta #B912AD

Tints of Deep Magenta #B912AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 49.2%
G = 4.79%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B912AD (or 0xB912AD) is known color: Deep Magenta. HEX triplet: B9, 12 and AD. RGB value is (185,18,173). Sum of RGB (Red+Green+Blue) = 185+18+173=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B912AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B912AD is #46ED52. Grayscale: #555555. Windows color (decimal): -4648275 or 11342521. OLE color: 11342521.

HSL color Cylindrical-coordinate representation of color #B912AD: hue angle of 304.31º 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 #B912AD is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 18 173 -
CMYK 0 0.90 0.06 0.27
HSL 304.31º 0.82% 0.4% -
HSV(B) 304.31º 0.9% 0.73% -
XYZ 27.77 13.76 40.73 -
YUV 85.6 177.33 198.9 -
System Red Green Blue C M Y K H S L
Decimal 185 18 173 0 0.90 0.06 0.27 304.31 0.82 0.4
Hex B9 12 AD 0 5A 6 1B 130 52 28
Octal 271 22 255 0 132 6 33 460 122 50
Binary 10111001 10010 10101101 0 1011010 110 11011 100110000 1010010 101000

Color Harmonies of #B912AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B912AD

Black with #B912AD

Text Example


Text Example

White with #B912AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B912AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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