Html Css Color HEX #B41BAC Deep Magenta

📋 copy color: '#B41BAC'

red 180 ◦ green 27 ◦ blue 172

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

Shades of Deep Magenta #B41BAC

Tints of Deep Magenta #B41BAC

RGB

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

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

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

R = 47.49%
G = 7.12%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B41BAC (or 0xB41BAC) is known color: Deep Magenta. HEX triplet: B4, 1B and AC. RGB value is (180,27,172). Sum of RGB (Red+Green+Blue) = 180+27+172=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B41BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41BAC is #4BE453. Grayscale: #585858. Windows color (decimal): -4973652 or 11279284. OLE color: 11279284.

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

Color convert

RGB 180 27 172 -
CMYK 0 0.85 0.04 0.29
HSL 303.14º 0.74% 0.41% -
HSV(B) 303.14º 0.85% 0.71% -
XYZ 26.66 13.47 40.22 -
YUV 89.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 180 27 172 0 0.85 0.04 0.29 303.14 0.74 0.41
Hex B4 1B AC 0 55 4 1D 12F 4A 29
Octal 264 33 254 0 125 4 35 457 112 51
Binary 10110100 11011 10101100 0 1010101 100 11101 100101111 1001010 101001

Color Harmonies of #B41BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BAC

Black with #B41BAC

Text Example


Text Example

White with #B41BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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