Html Css Color HEX #B41AB1 Deep Magenta

📋 copy color: '#B41AB1'

red 180 ◦ green 26 ◦ blue 177

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

Shades of Deep Magenta #B41AB1

Tints of Deep Magenta #B41AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.21%

R = 47%
G = 6.79%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B41AB1 (or 0xB41AB1) is known color: Deep Magenta. HEX triplet: B4, 1A and B1. RGB value is (180,26,177). Sum of RGB (Red+Green+Blue) = 180+26+177=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B41AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41AB1 is #4BE54E. Grayscale: #585858. Windows color (decimal): -4973903 or 11606708. OLE color: 11606708.

HSL color Cylindrical-coordinate representation of color #B41AB1: hue angle of 301.17º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41AB1 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 26 177 -
CMYK 0 0.86 0.02 0.29
HSL 301.17º 0.75% 0.4% -
HSV(B) 301.17º 0.86% 0.71% -
XYZ 27.13 13.62 42.79 -
YUV 89.26 177.52 192.72 -
System Red Green Blue C M Y K H S L
Decimal 180 26 177 0 0.86 0.02 0.29 301.17 0.75 0.4
Hex B4 1A B1 0 56 2 1D 12D 4B 28
Octal 264 32 261 0 126 2 35 455 113 50
Binary 10110100 11010 10110001 0 1010110 10 11101 100101101 1001011 101000

Color Harmonies of #B41AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41AB1

Black with #B41AB1

Text Example


Text Example

White with #B41AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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