Html Css Color HEX #B013AC Deep Magenta

📋 copy color: '#B013AC'

red 176 ◦ green 19 ◦ blue 172

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

Shades of Deep Magenta #B013AC

Tints of Deep Magenta #B013AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 47.96%
G = 5.18%
B = 46.87%

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

#B013AC (or 0xB013AC) is known color: Deep Magenta. HEX triplet: B0, 13 and AC. RGB value is (176,19,172). Sum of RGB (Red+Green+Blue) = 176+19+172=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B013AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B013AC is #4FEC53. Grayscale: #525252. Windows color (decimal): -5237844 or 11277232. OLE color: 11277232.

HSL color Cylindrical-coordinate representation of color #B013AC: hue angle of 301.53º 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 #B013AC is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 172 -
CMYK 0 0.89 0.02 0.31
HSL 301.53º 0.81% 0.38% -
HSV(B) 301.53º 0.89% 0.69% -
XYZ 25.58 12.67 40.13 -
YUV 83.39 178.01 194.06 -
System Red Green Blue C M Y K H S L
Decimal 176 19 172 0 0.89 0.02 0.31 301.53 0.81 0.38
Hex B0 13 AC 0 59 2 1F 12E 51 26
Octal 260 23 254 0 131 2 37 456 121 46
Binary 10110000 10011 10101100 0 1011001 10 11111 100101110 1010001 100110

Color Harmonies of #B013AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013AC

Black with #B013AC

Text Example


Text Example

White with #B013AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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