Html Css Color HEX #B406BB Deep Magenta

📋 copy color: '#B406BB'

red 180 ◦ green 6 ◦ blue 187

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

Shades of Deep Magenta #B406BB

Tints of Deep Magenta #B406BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 48.26%
G = 1.61%
B = 50.13%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B406BB (or 0xB406BB) is known color: Deep Magenta. HEX triplet: B4, 06 and BB. RGB value is (180,6,187). Sum of RGB (Red+Green+Blue) = 180+6+187=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #B406BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B406BB is #4BF944. Grayscale: #4E4E4E. Windows color (decimal): -4979013 or 12256948. OLE color: 12256948.

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

Color convert

RGB 180 6 187 -
CMYK 0.04 0.97 0 0.27
HSL 297.68º 0.94% 0.38% -
HSV(B) 297.68º 0.97% 0.73% -
XYZ 27.86 13.42 48.14 -
YUV 78.66 189.15 200.28 -
System Red Green Blue C M Y K H S L
Decimal 180 6 187 0.04 0.97 0 0.27 297.68 0.94 0.38
Hex B4 6 BB 4 61 0 1B 12A 5E 26
Octal 264 6 273 4 141 0 33 452 136 46
Binary 10110100 110 10111011 100 1100001 0 11011 100101010 1011110 100110

Color Harmonies of #B406BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B406BB

Black with #B406BB

Text Example


Text Example

White with #B406BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B406BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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