Html Css Color HEX #B400DD Deep Magenta

📋 copy color: '#B400DD'

red 180 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #B400DD

Tints of Deep Magenta #B400DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 44.89%
G = 0%
B = 55.11%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B400DD (or 0xB400DD) is known color: Deep Magenta. HEX triplet: B4, 00 and DD. RGB value is (180,0,221). Sum of RGB (Red+Green+Blue) = 180+0+221=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #B400DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400DD is #4BFF22. Grayscale: #4E4E4E. Windows color (decimal): -4980515 or 14483636. OLE color: 14483636.

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

Color convert

RGB 180 0 221 -
CMYK 0.19 1 0 0.13
HSL 288.87º 1% 0.43% -
HSV(B) 288.87º 1% 0.87% -
XYZ 31.87 14.92 69.61 -
YUV 79.01 208.13 200.03 -
System Red Green Blue C M Y K H S L
Decimal 180 0 221 0.19 1 0 0.13 288.87 1 0.43
Hex B4 0 DD 13 64 0 D 121 64 2B
Octal 264 0 335 23 144 0 15 441 144 53
Binary 10110100 0 11011101 10011 1100100 0 1101 100100001 1100100 101011

Color Harmonies of #B400DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400DD

Black with #B400DD

Text Example


Text Example

White with #B400DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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