Html Css Color HEX #B41AD4 Deep Magenta

📋 copy color: '#B41AD4'

red 180 ◦ green 26 ◦ blue 212

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

Shades of Deep Magenta #B41AD4

Tints of Deep Magenta #B41AD4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.22%

 BLUE value IS 212 (83.2% from 255) = 50.72%

R = 43.06%
G = 6.22%
B = 50.72%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B41AD4 (or 0xB41AD4) is known color: Deep Magenta. HEX triplet: B4, 1A and D4. RGB value is (180,26,212). Sum of RGB (Red+Green+Blue) = 180+26+212=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #B41AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41AD4 is #4BE52B. Grayscale: #5C5C5C. Windows color (decimal): -4973868 or 13900468. OLE color: 13900468.

HSL color Cylindrical-coordinate representation of color #B41AD4: hue angle of 289.68º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41AD4 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 26 212 -
CMYK 0.15 0.88 0 0.17
HSL 289.68º 0.78% 0.47% -
HSV(B) 289.68º 0.88% 0.83% -
XYZ 31.08 15.2 63.58 -
YUV 93.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 180 26 212 0.15 0.88 0 0.17 289.68 0.78 0.47
Hex B4 1A D4 F 58 0 11 122 4E 2F
Octal 264 32 324 17 130 0 21 442 116 57
Binary 10110100 11010 11010100 1111 1011000 0 10001 100100010 1001110 101111

Color Harmonies of #B41AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41AD4

Black with #B41AD4

Text Example


Text Example

White with #B41AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41AD4; }

 p { color: rgb(180,26,212); }

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

background-color css

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

 a { background-color: rgb(180,26,212); }

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

border-color css

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

 span { border-color: rgb(180,26,212); }

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