Html Css Color HEX #B41ACC Deep Magenta

📋 copy color: '#B41ACC'

red 180 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #B41ACC

Tints of Deep Magenta #B41ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 43.9%
G = 6.34%
B = 49.76%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B41ACC (or 0xB41ACC) is known color: Deep Magenta. HEX triplet: B4, 1A and CC. RGB value is (180,26,204). Sum of RGB (Red+Green+Blue) = 180+26+204=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #B41ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41ACC is #4BE533. Grayscale: #5B5B5B. Windows color (decimal): -4973876 or 13376180. OLE color: 13376180.

HSL color Cylindrical-coordinate representation of color #B41ACC: hue angle of 291.91º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41ACC is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 26 204 -
CMYK 0.12 0.87 0 0.2
HSL 291.91º 0.77% 0.45% -
HSV(B) 291.91º 0.87% 0.8% -
XYZ 30.09 14.8 58.4 -
YUV 92.34 191.02 190.53 -
System Red Green Blue C M Y K H S L
Decimal 180 26 204 0.12 0.87 0 0.2 291.91 0.77 0.45
Hex B4 1A CC C 57 0 14 124 4D 2D
Octal 264 32 314 14 127 0 24 444 115 55
Binary 10110100 11010 11001100 1100 1010111 0 10100 100100100 1001101 101101

Color Harmonies of #B41ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41ACC

Black with #B41ACC

Text Example


Text Example

White with #B41ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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