Html Css Color HEX #B41BAE Deep Magenta

📋 copy color: '#B41BAE'

red 180 ◦ green 27 ◦ blue 174

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

Shades of Deep Magenta #B41BAE

Tints of Deep Magenta #B41BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.09%

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 47.24%
G = 7.09%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B41BAE (or 0xB41BAE) is known color: Deep Magenta. HEX triplet: B4, 1B and AE. RGB value is (180,27,174). Sum of RGB (Red+Green+Blue) = 180+27+174=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B41BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41BAE is #4BE451. Grayscale: #595959. Windows color (decimal): -4973650 or 11410356. OLE color: 11410356.

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

Color convert

RGB 180 27 174 -
CMYK 0 0.85 0.03 0.29
HSL 302.35º 0.74% 0.41% -
HSV(B) 302.35º 0.85% 0.71% -
XYZ 26.85 13.54 41.24 -
YUV 89.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 180 27 174 0 0.85 0.03 0.29 302.35 0.74 0.41
Hex B4 1B AE 0 55 3 1D 12E 4A 29
Octal 264 33 256 0 125 3 35 456 112 51
Binary 10110100 11011 10101110 0 1010101 11 11101 100101110 1001010 101001

Color Harmonies of #B41BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BAE

Black with #B41BAE

Text Example


Text Example

White with #B41BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BAE; }

 p { color: rgb(180,27,174); }

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

background-color css

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

 a { background-color: rgb(180,27,174); }

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

border-color css

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

 span { border-color: rgb(180,27,174); }

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