Html Css Color HEX #B413DD Deep Magenta

📋 copy color: '#B413DD'

red 180 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #B413DD

Tints of Deep Magenta #B413DD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.52%

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

R = 42.86%
G = 4.52%
B = 52.62%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B413DD (or 0xB413DD) is known color: Deep Magenta. HEX triplet: B4, 13 and DD. RGB value is (180,19,221). Sum of RGB (Red+Green+Blue) = 180+19+221=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #B413DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413DD is #4BEC22. Grayscale: #595959. Windows color (decimal): -4975651 or 14488500. OLE color: 14488500.

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

Color convert

RGB 180 19 221 -
CMYK 0.19 0.91 0 0.13
HSL 287.82º 0.84% 0.47% -
HSV(B) 287.82º 0.91% 0.87% -
XYZ 32.11 15.39 69.68 -
YUV 90.17 201.84 192.07 -
System Red Green Blue C M Y K H S L
Decimal 180 19 221 0.19 0.91 0 0.13 287.82 0.84 0.47
Hex B4 13 DD 13 5B 0 D 120 54 2F
Octal 264 23 335 23 133 0 15 440 124 57
Binary 10110100 10011 11011101 10011 1011011 0 1101 100100000 1010100 101111

Color Harmonies of #B413DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413DD

Black with #B413DD

Text Example


Text Example

White with #B413DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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