Html Css Color HEX #B400D9 Deep Magenta

📋 copy color: '#B400D9'

red 180 ◦ green 0 ◦ blue 217

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

Shades of Deep Magenta #B400D9

Tints of Deep Magenta #B400D9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.34%
G = 0%
B = 54.66%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B400D9 (or 0xB400D9) is known color: Deep Magenta. HEX triplet: B4, 00 and D9. RGB value is (180,0,217). Sum of RGB (Red+Green+Blue) = 180+0+217=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #B400D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400D9 is #4BFF26. Grayscale: #4D4D4D. Windows color (decimal): -4980519 or 14221492. OLE color: 14221492.

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

Color convert

RGB 180 0 217 -
CMYK 0.17 1 0 0.15
HSL 289.77º 1% 0.43% -
HSV(B) 289.77º 1% 0.85% -
XYZ 31.35 14.71 66.83 -
YUV 78.56 206.13 200.36 -
System Red Green Blue C M Y K H S L
Decimal 180 0 217 0.17 1 0 0.15 289.77 1 0.43
Hex B4 0 D9 11 64 0 F 122 64 2B
Octal 264 0 331 21 144 0 17 442 144 53
Binary 10110100 0 11011001 10001 1100100 0 1111 100100010 1100100 101011

Color Harmonies of #B400D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400D9

Black with #B400D9

Text Example


Text Example

White with #B400D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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