Html Css Color HEX #B406DA Deep Magenta

📋 copy color: '#B406DA'

red 180 ◦ green 6 ◦ blue 218

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

Shades of Deep Magenta #B406DA

Tints of Deep Magenta #B406DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 44.55%
G = 1.49%
B = 53.96%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B406DA (or 0xB406DA) is known color: Deep Magenta. HEX triplet: B4, 06 and DA. RGB value is (180,6,218). Sum of RGB (Red+Green+Blue) = 180+6+218=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #B406DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B406DA is #4BF925. Grayscale: #515151. Windows color (decimal): -4978982 or 14288564. OLE color: 14288564.

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

Color convert

RGB 180 6 218 -
CMYK 0.17 0.97 0 0.15
HSL 289.25º 0.95% 0.44% -
HSV(B) 289.25º 0.97% 0.85% -
XYZ 31.54 14.9 67.54 -
YUV 82.19 204.65 197.76 -
System Red Green Blue C M Y K H S L
Decimal 180 6 218 0.17 0.97 0 0.15 289.25 0.95 0.44
Hex B4 6 DA 11 61 0 F 121 5F 2C
Octal 264 6 332 21 141 0 17 441 137 54
Binary 10110100 110 11011010 10001 1100001 0 1111 100100001 1011111 101100

Color Harmonies of #B406DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B406DA

Black with #B406DA

Text Example


Text Example

White with #B406DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B406DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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