Html Css Color HEX #B406DB Deep Magenta

📋 copy color: '#B406DB'

red 180 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #B406DB

Tints of Deep Magenta #B406DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 44.44%
G = 1.48%
B = 54.07%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B406DB (or 0xB406DB) is known color: Deep Magenta. HEX triplet: B4, 06 and DB. RGB value is (180,6,219). Sum of RGB (Red+Green+Blue) = 180+6+219=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #B406DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B406DB is #4BF924. Grayscale: #515151. Windows color (decimal): -4978981 or 14354100. OLE color: 14354100.

HSL color Cylindrical-coordinate representation of color #B406DB: hue angle of 289.01º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B406DB is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 6 219 -
CMYK 0.18 0.97 0 0.14
HSL 289.01º 0.95% 0.44% -
HSV(B) 289.01º 0.97% 0.86% -
XYZ 31.67 14.95 68.23 -
YUV 82.31 205.15 197.68 -
System Red Green Blue C M Y K H S L
Decimal 180 6 219 0.18 0.97 0 0.14 289.01 0.95 0.44
Hex B4 6 DB 12 61 0 E 121 5F 2C
Octal 264 6 333 22 141 0 16 441 137 54
Binary 10110100 110 11011011 10010 1100001 0 1110 100100001 1011111 101100

Color Harmonies of #B406DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B406DB

Black with #B406DB

Text Example


Text Example

White with #B406DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B406DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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