Html Css Color HEX #B40ADE Deep Magenta

📋 copy color: '#B40ADE'

red 180 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #B40ADE

Tints of Deep Magenta #B40ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.43%

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

R = 43.69%
G = 2.43%
B = 53.88%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B40ADE (or 0xB40ADE) is known color: Deep Magenta. HEX triplet: B4, 0A and DE. RGB value is (180,10,222). Sum of RGB (Red+Green+Blue) = 180+10+222=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #B40ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40ADE is #4BF521. Grayscale: #545454. Windows color (decimal): -4977954 or 14551732. OLE color: 14551732.

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

Color convert

RGB 180 10 222 -
CMYK 0.19 0.95 0 0.13
HSL 288.11º 0.91% 0.45% -
HSV(B) 288.11º 0.95% 0.87% -
XYZ 32.12 15.19 70.35 -
YUV 85 205.32 195.76 -
System Red Green Blue C M Y K H S L
Decimal 180 10 222 0.19 0.95 0 0.13 288.11 0.91 0.45
Hex B4 A DE 13 5F 0 D 120 5B 2D
Octal 264 12 336 23 137 0 15 440 133 55
Binary 10110100 1010 11011110 10011 1011111 0 1101 100100000 1011011 101101

Color Harmonies of #B40ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40ADE

Black with #B40ADE

Text Example


Text Example

White with #B40ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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