Html Css Color HEX #B41FAC Deep Magenta

📋 copy color: '#B41FAC'

red 180 ◦ green 31 ◦ blue 172

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

Shades of Deep Magenta #B41FAC

Tints of Deep Magenta #B41FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.09%

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

R = 47%
G = 8.09%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B41FAC (or 0xB41FAC) is known color: Deep Magenta. HEX triplet: B4, 1F and AC. RGB value is (180,31,172). Sum of RGB (Red+Green+Blue) = 180+31+172=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B41FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41FAC is #4BE053. Grayscale: #5B5B5B. Windows color (decimal): -4972628 or 11280308. OLE color: 11280308.

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

Color convert

RGB 180 31 172 -
CMYK 0 0.83 0.04 0.29
HSL 303.22º 0.71% 0.41% -
HSV(B) 303.22º 0.83% 0.71% -
XYZ 26.76 13.66 40.26 -
YUV 91.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 180 31 172 0 0.83 0.04 0.29 303.22 0.71 0.41
Hex B4 1F AC 0 53 4 1D 12F 47 29
Octal 264 37 254 0 123 4 35 457 107 51
Binary 10110100 11111 10101100 0 1010011 100 11101 100101111 1000111 101001

Color Harmonies of #B41FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41FAC

Black with #B41FAC

Text Example


Text Example

White with #B41FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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