Html Css Color HEX #B41ABB Deep Magenta

📋 copy color: '#B41ABB'

red 180 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #B41ABB

Tints of Deep Magenta #B41ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 45.8%
G = 6.62%
B = 47.58%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B41ABB (or 0xB41ABB) is known color: Deep Magenta. HEX triplet: B4, 1A and BB. RGB value is (180,26,187). Sum of RGB (Red+Green+Blue) = 180+26+187=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #B41ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41ABB is #4BE544. Grayscale: #595959. Windows color (decimal): -4973893 or 12262068. OLE color: 12262068.

HSL color Cylindrical-coordinate representation of color #B41ABB: hue angle of 297.39º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41ABB is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 26 187 -
CMYK 0.04 0.86 0 0.27
HSL 297.39º 0.76% 0.42% -
HSV(B) 297.39º 0.86% 0.73% -
XYZ 28.16 14.03 48.24 -
YUV 90.4 182.52 191.91 -
System Red Green Blue C M Y K H S L
Decimal 180 26 187 0.04 0.86 0 0.27 297.39 0.76 0.42
Hex B4 1A BB 4 56 0 1B 129 4C 2A
Octal 264 32 273 4 126 0 33 451 114 52
Binary 10110100 11010 10111011 100 1010110 0 11011 100101001 1001100 101010

Color Harmonies of #B41ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41ABB

Black with #B41ABB

Text Example


Text Example

White with #B41ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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