#B41CCA

Color #B41CCA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B41CCA

Tints of Deep Magenta #B41CCA

Color information

#B41CCA (or 0xB41CCA) is unknown color: approx Deep Magenta. HEX triplet: B4, 1C and CA. RGB value is (180,28,202). Sum of RGB (Red+Green+Blue) = 180+28+202=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #B41CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CCA is #4BE335. Grayscale: #5C5C5C. Windows color (decimal): -4973366 or 13245620. OLE color: 13245620.

HSL color Cylindrical-coordinate representation of color #B41CCA: hue angle of 292.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41CCA is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18028202-
CMYK0.110.8600.21
HSL292.41º75.65%45.1%-
HSV(B)292.41º86.14%79.22%-
XYZ29.914.857.16-
YUV93.28189.36189.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 28 (11.33% from 255) = 6.83%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=43.90%
G=6.83%
B=49.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180282020.110.8600.21292.4175.6545.1
HexB41CCAB560151244c2d
Octal264343121312602544411455
Binary101101001110011001010101110101100101011001001001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41CCA; }

 p { color: rgb(180,28,202); }

 H1.HeaderClassName
 {
   color: #B41CCA;
 }
 .AnyTagClassName
 {
   color: #B41CCA;
 }
</style>
background-color css

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

 a { background-color: rgb(180,28,202); }

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

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

 span { border-color: rgb(180,28,202); }

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