Html Css Color HEX #B407D9 Deep Magenta

📋 copy color: '#B407D9'

red 180 ◦ green 7 ◦ blue 217

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

Shades of Deep Magenta #B407D9

Tints of Deep Magenta #B407D9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.73%

 BLUE value IS 217 (85.16% from 255) = 53.71%

R = 44.55%
G = 1.73%
B = 53.71%

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

#B407D9 (or 0xB407D9) is known color: Deep Magenta. HEX triplet: B4, 07 and D9. RGB value is (180,7,217). Sum of RGB (Red+Green+Blue) = 180+7+217=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 217 (85.16% from 255 or 53.71% from 404); Max value from RGB is 217 - color contains mainly: blue. Hex color #B407D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B407D9 is #4BF826. Grayscale: #525252. Windows color (decimal): -4978727 or 14223284. OLE color: 14223284.

HSL color Cylindrical-coordinate representation of color #B407D9: hue angle of 289.43º degrees, saturation: 0.94, 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 #B407D9 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 7 217 -
CMYK 0.17 0.97 0 0.15
HSL 289.43º 0.94% 0.44% -
HSV(B) 289.43º 0.97% 0.85% -
XYZ 31.42 14.87 66.86 -
YUV 82.67 203.81 197.42 -
System Red Green Blue C M Y K H S L
Decimal 180 7 217 0.17 0.97 0 0.15 289.43 0.94 0.44
Hex B4 7 D9 11 61 0 F 121 5E 2C
Octal 264 7 331 21 141 0 17 441 136 54
Binary 10110100 111 11011001 10001 1100001 0 1111 100100001 1011110 101100

Color Harmonies of #B407D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B407D9

Black with #B407D9

Text Example


Text Example

White with #B407D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B407D9; }

 p { color: rgb(180,7,217); }

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

background-color css

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

 a { background-color: rgb(180,7,217); }

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

border-color css

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

 span { border-color: rgb(180,7,217); }

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