Html Css Color HEX #B41AC0 Deep Magenta

📋 copy color: '#B41AC0'

red 180 ◦ green 26 ◦ blue 192

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

Shades of Deep Magenta #B41AC0

Tints of Deep Magenta #B41AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.24%

R = 45.23%
G = 6.53%
B = 48.24%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B41AC0 (or 0xB41AC0) is known color: Deep Magenta. HEX triplet: B4, 1A and C0. RGB value is (180,26,192). Sum of RGB (Red+Green+Blue) = 180+26+192=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #B41AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41AC0 is #4BE53F. Grayscale: #5A5A5A. Windows color (decimal): -4973888 or 12589748. OLE color: 12589748.

HSL color Cylindrical-coordinate representation of color #B41AC0: hue angle of 295.66º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41AC0 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 26 192 -
CMYK 0.06 0.86 0 0.25
HSL 295.66º 0.76% 0.43% -
HSV(B) 295.66º 0.86% 0.75% -
XYZ 28.71 14.25 51.11 -
YUV 90.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 180 26 192 0.06 0.86 0 0.25 295.66 0.76 0.43
Hex B4 1A C0 6 56 0 19 128 4C 2B
Octal 264 32 300 6 126 0 31 450 114 53
Binary 10110100 11010 11000000 110 1010110 0 11001 100101000 1001100 101011

Color Harmonies of #B41AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41AC0

Black with #B41AC0

Text Example


Text Example

White with #B41AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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