Html Css Color HEX #B41EAC Deep Magenta

📋 copy color: '#B41EAC'

red 180 ◦ green 30 ◦ blue 172

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

Shades of Deep Magenta #B41EAC

Tints of Deep Magenta #B41EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.85%

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 47.12%
G = 7.85%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B41EAC (or 0xB41EAC) is known color: Deep Magenta. HEX triplet: B4, 1E and AC. RGB value is (180,30,172). Sum of RGB (Red+Green+Blue) = 180+30+172=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B41EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41EAC is #4BE153. Grayscale: #5A5A5A. Windows color (decimal): -4972884 or 11280052. OLE color: 11280052.

HSL color Cylindrical-coordinate representation of color #B41EAC: hue angle of 303.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41EAC is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 30 172 -
CMYK 0 0.83 0.04 0.29
HSL 303.2º 0.71% 0.41% -
HSV(B) 303.2º 0.83% 0.71% -
XYZ 26.73 13.61 40.25 -
YUV 91.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 180 30 172 0 0.83 0.04 0.29 303.2 0.71 0.41
Hex B4 1E AC 0 53 4 1D 12F 47 29
Octal 264 36 254 0 123 4 35 457 107 51
Binary 10110100 11110 10101100 0 1010011 100 11101 100101111 1000111 101001

Color Harmonies of #B41EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41EAC

Black with #B41EAC

Text Example


Text Example

White with #B41EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41EAC; }

 p { color: rgb(180,30,172); }

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

background-color css

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

 a { background-color: rgb(180,30,172); }

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

border-color css

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

 span { border-color: rgb(180,30,172); }

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