Html Css Color HEX #B400DE Deep Magenta

📋 copy color: '#B400DE'

red 180 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #B400DE

Tints of Deep Magenta #B400DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 44.78%
G = 0%
B = 55.22%

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

#B400DE (or 0xB400DE) is known color: Deep Magenta. HEX triplet: B4, 00 and DE. RGB value is (180,0,222). Sum of RGB (Red+Green+Blue) = 180+0+222=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #B400DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B400DE is #4BFF21. Grayscale: #4E4E4E. Windows color (decimal): -4980514 or 14549172. OLE color: 14549172.

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

Color convert

RGB 180 0 222 -
CMYK 0.19 1 0 0.13
HSL 288.65º 1% 0.44% -
HSV(B) 288.65º 1% 0.87% -
XYZ 32.01 14.98 70.31 -
YUV 79.13 208.63 199.95 -
System Red Green Blue C M Y K H S L
Decimal 180 0 222 0.19 1 0 0.13 288.65 1 0.44
Hex B4 0 DE 13 64 0 D 121 64 2C
Octal 264 0 336 23 144 0 15 441 144 54
Binary 10110100 0 11011110 10011 1100100 0 1101 100100001 1100100 101100

Color Harmonies of #B400DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400DE

Black with #B400DE

Text Example


Text Example

White with #B400DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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