Html Css Color HEX #B41AB3 Deep Magenta

📋 copy color: '#B41AB3'

red 180 ◦ green 26 ◦ blue 179

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

Shades of Deep Magenta #B41AB3

Tints of Deep Magenta #B41AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 46.75%
G = 6.75%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B41AB3 (or 0xB41AB3) is known color: Deep Magenta. HEX triplet: B4, 1A and B3. RGB value is (180,26,179). Sum of RGB (Red+Green+Blue) = 180+26+179=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B41AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41AB3 is #4BE54C. Grayscale: #595959. Windows color (decimal): -4973901 or 11737780. OLE color: 11737780.

HSL color Cylindrical-coordinate representation of color #B41AB3: hue angle of 300.39º 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 #B41AB3 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 26 179 -
CMYK 0 0.86 0.01 0.29
HSL 300.39º 0.75% 0.4% -
HSV(B) 300.39º 0.86% 0.71% -
XYZ 27.33 13.7 43.85 -
YUV 89.49 178.52 192.56 -
System Red Green Blue C M Y K H S L
Decimal 180 26 179 0 0.86 0.01 0.29 300.39 0.75 0.4
Hex B4 1A B3 0 56 1 1D 12C 4B 28
Octal 264 32 263 0 126 1 35 454 113 50
Binary 10110100 11010 10110011 0 1010110 1 11101 100101100 1001011 101000

Color Harmonies of #B41AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41AB3

Black with #B41AB3

Text Example


Text Example

White with #B41AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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