Html Css Color HEX #B406AC Deep Magenta

📋 copy color: '#B406AC'

red 180 ◦ green 6 ◦ blue 172

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

Shades of Deep Magenta #B406AC

Tints of Deep Magenta #B406AC

RGB

 RED value IS 180 (70.7% from 255) = 50.28%

 GREEN value IS 6 (2.73% from 255) = 1.68%

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

R = 50.28%
G = 1.68%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B406AC (or 0xB406AC) is known color: Deep Magenta. HEX triplet: B4, 06 and AC. RGB value is (180,6,172). Sum of RGB (Red+Green+Blue) = 180+6+172=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B406AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B406AC is #4BF953. Grayscale: #4C4C4C. Windows color (decimal): -4979028 or 11273908. OLE color: 11273908.

HSL color Cylindrical-coordinate representation of color #B406AC: hue angle of 302.76º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B406AC is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 6 172 -
CMYK 0 0.97 0.04 0.29
HSL 302.76º 0.94% 0.36% -
HSV(B) 302.76º 0.97% 0.71% -
XYZ 26.33 12.81 40.11 -
YUV 76.95 181.65 201.5 -
System Red Green Blue C M Y K H S L
Decimal 180 6 172 0 0.97 0.04 0.29 302.76 0.94 0.36
Hex B4 6 AC 0 61 4 1D 12F 5E 24
Octal 264 6 254 0 141 4 35 457 136 44
Binary 10110100 110 10101100 0 1100001 100 11101 100101111 1011110 100100

Color Harmonies of #B406AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B406AC

Black with #B406AC

Text Example


Text Example

White with #B406AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B406AC; }

 p { color: rgb(180,6,172); }

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

background-color css

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

 a { background-color: rgb(180,6,172); }

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

border-color css

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

 span { border-color: rgb(180,6,172); }

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