#B41CCB

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

Shades of Deep Magenta #B41CCB

Tints of Deep Magenta #B41CCB

Color information

#B41CCB (or 0xB41CCB) is unknown color: approx Deep Magenta. HEX triplet: B4, 1C and CB. RGB value is (180,28,203). Sum of RGB (Red+Green+Blue) = 180+28+203=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #B41CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CCB is #4BE334. Grayscale: #5C5C5C. Windows color (decimal): -4973365 or 13311156. OLE color: 13311156.

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

Color convert

RGB18028203-
CMYK0.110.8600.20
HSL292.11º75.76%45.29%-
HSV(B)292.11º86.21%79.61%-
XYZ30.0214.8557.78-
YUV93.4189.86189.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 28 (11.33% from 255) = 6.81%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=43.80%
G=6.81%
B=49.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180282030.110.8600.20292.1175.7645.29
HexB41CCBB560141244c2d
Octal264343131312602444411455
Binary101101001110011001011101110101100101001001001001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41CCB; }

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

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

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

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

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

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

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

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