Html Css Color HEX #B406B2 Deep Magenta

📋 copy color: '#B406B2'

red 180 ◦ green 6 ◦ blue 178

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

Shades of Deep Magenta #B406B2

Tints of Deep Magenta #B406B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.9%

R = 49.45%
G = 1.65%
B = 48.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B406B2 (or 0xB406B2) is known color: Deep Magenta. HEX triplet: B4, 06 and B2. RGB value is (180,6,178). Sum of RGB (Red+Green+Blue) = 180+6+178=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B406B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B406B2 is #4BF94D. Grayscale: #4D4D4D. Windows color (decimal): -4979022 or 11667124. OLE color: 11667124.

HSL color Cylindrical-coordinate representation of color #B406B2: hue angle of 300.69º 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 #B406B2 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 6 178 -
CMYK 0 0.97 0.01 0.29
HSL 300.69º 0.94% 0.36% -
HSV(B) 300.69º 0.97% 0.71% -
XYZ 26.92 13.05 43.22 -
YUV 77.63 184.65 201.01 -
System Red Green Blue C M Y K H S L
Decimal 180 6 178 0 0.97 0.01 0.29 300.69 0.94 0.36
Hex B4 6 B2 0 61 1 1D 12D 5E 24
Octal 264 6 262 0 141 1 35 455 136 44
Binary 10110100 110 10110010 0 1100001 1 11101 100101101 1011110 100100

Color Harmonies of #B406B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B406B2

Black with #B406B2

Text Example


Text Example

White with #B406B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B406B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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