Html Css Color HEX #B40FDD Deep Magenta

📋 copy color: '#B40FDD'

red 180 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #B40FDD

Tints of Deep Magenta #B40FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.61%

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

R = 43.27%
G = 3.61%
B = 53.13%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B40FDD (or 0xB40FDD) is known color: Deep Magenta. HEX triplet: B4, 0F and DD. RGB value is (180,15,221). Sum of RGB (Red+Green+Blue) = 180+15+221=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #B40FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40FDD is #4BF022. Grayscale: #575757. Windows color (decimal): -4976675 or 14487476. OLE color: 14487476.

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

Color convert

RGB 180 15 221 -
CMYK 0.19 0.93 0 0.13
HSL 288.06º 0.87% 0.46% -
HSV(B) 288.06º 0.93% 0.87% -
XYZ 32.04 15.27 69.66 -
YUV 87.82 203.16 193.75 -
System Red Green Blue C M Y K H S L
Decimal 180 15 221 0.19 0.93 0 0.13 288.06 0.87 0.46
Hex B4 F DD 13 5D 0 D 120 57 2E
Octal 264 17 335 23 135 0 15 440 127 56
Binary 10110100 1111 11011101 10011 1011101 0 1101 100100000 1010111 101110

Color Harmonies of #B40FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40FDD

Black with #B40FDD

Text Example


Text Example

White with #B40FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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