Html Css Color HEX #B013AD Deep Magenta

📋 copy color: '#B013AD'

red 176 ◦ green 19 ◦ blue 173

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

Shades of Deep Magenta #B013AD

Tints of Deep Magenta #B013AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.16%

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

R = 47.83%
G = 5.16%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B013AD (or 0xB013AD) is known color: Deep Magenta. HEX triplet: B0, 13 and AD. RGB value is (176,19,173). Sum of RGB (Red+Green+Blue) = 176+19+173=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B013AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B013AD is #4FEC52. Grayscale: #535353. Windows color (decimal): -5237843 or 11342768. OLE color: 11342768.

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

Color convert

RGB 176 19 173 -
CMYK 0 0.89 0.02 0.31
HSL 301.15º 0.81% 0.38% -
HSV(B) 301.15º 0.89% 0.69% -
XYZ 25.68 12.71 40.64 -
YUV 83.5 178.51 193.98 -
System Red Green Blue C M Y K H S L
Decimal 176 19 173 0 0.89 0.02 0.31 301.15 0.81 0.38
Hex B0 13 AD 0 59 2 1F 12D 51 26
Octal 260 23 255 0 131 2 37 455 121 46
Binary 10110000 10011 10101101 0 1011001 10 11111 100101101 1010001 100110

Color Harmonies of #B013AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013AD

Black with #B013AD

Text Example


Text Example

White with #B013AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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