Html Css Color HEX #B41ACB Deep Magenta

📋 copy color: '#B41ACB'

red 180 ◦ green 26 ◦ blue 203

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

Shades of Deep Magenta #B41ACB

Tints of Deep Magenta #B41ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 44.01%
G = 6.36%
B = 49.63%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B41ACB (or 0xB41ACB) is known color: Deep Magenta. HEX triplet: B4, 1A and CB. RGB value is (180,26,203). Sum of RGB (Red+Green+Blue) = 180+26+203=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #B41ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41ACB is #4BE534. Grayscale: #5B5B5B. Windows color (decimal): -4973877 or 13310644. OLE color: 13310644.

HSL color Cylindrical-coordinate representation of color #B41ACB: hue angle of 292.2º 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 #B41ACB is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 26 203 -
CMYK 0.11 0.87 0 0.20
HSL 292.2º 0.77% 0.45% -
HSV(B) 292.2º 0.87% 0.8% -
XYZ 29.97 14.75 57.77 -
YUV 92.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 180 26 203 0.11 0.87 0 0.20 292.2 0.77 0.45
Hex B4 1A CB B 57 0 14 124 4D 2D
Octal 264 32 313 13 127 0 24 444 115 55
Binary 10110100 11010 11001011 1011 1010111 0 10100 100100100 1001101 101101

Color Harmonies of #B41ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41ACB

Black with #B41ACB

Text Example


Text Example

White with #B41ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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