Html Css Color HEX #B012AD Deep Magenta

📋 copy color: '#B012AD'

red 176 ◦ green 18 ◦ blue 173

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

Shades of Deep Magenta #B012AD

Tints of Deep Magenta #B012AD

RGB

 RED value IS 176 (69.14% from 255) = 47.96%

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

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

R = 47.96%
G = 4.9%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B012AD (or 0xB012AD) is known color: Deep Magenta. HEX triplet: B0, 12 and AD. RGB value is (176,18,173). Sum of RGB (Red+Green+Blue) = 176+18+173=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B012AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B012AD is #4FED52. Grayscale: #525252. Windows color (decimal): -5238099 or 11342512. OLE color: 11342512.

HSL color Cylindrical-coordinate representation of color #B012AD: hue angle of 301.14º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B012AD is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 173 -
CMYK 0 0.90 0.02 0.31
HSL 301.14º 0.81% 0.38% -
HSV(B) 301.14º 0.9% 0.69% -
XYZ 25.66 12.68 40.63 -
YUV 82.91 178.85 194.4 -
System Red Green Blue C M Y K H S L
Decimal 176 18 173 0 0.90 0.02 0.31 301.14 0.81 0.38
Hex B0 12 AD 0 5A 2 1F 12D 51 26
Octal 260 22 255 0 132 2 37 455 121 46
Binary 10110000 10010 10101101 0 1011010 10 11111 100101101 1010001 100110

Color Harmonies of #B012AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B012AD

Black with #B012AD

Text Example


Text Example

White with #B012AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B012AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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