#BC24BD

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

Shades of Deep Magenta #BC24BD

Tints of Deep Magenta #BC24BD

Color information

#BC24BD (or 0xBC24BD) is unknown color: approx Deep Magenta. HEX triplet: BC, 24 and BD. RGB value is (188,36,189). Sum of RGB (Red+Green+Blue) = 188+36+189=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC24BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24BD is #43DB42. Grayscale: #626262. Windows color (decimal): -4447043 or 12395708. OLE color: 12395708.

HSL color Cylindrical-coordinate representation of color #BC24BD: hue angle of 299.61º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC24BD is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18836189-
CMYK0.010.8100.26
HSL299.61º68%44.12%-
HSV(B)299.61º80.95%74.12%-
XYZ30.5615.6349.55-
YUV98.89178.86191.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 36 (14.45% from 255) = 8.72%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=45.52%
G=8.72%
B=45.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188361890.010.8100.26299.616844.12
HexBC24BD15101A12c442c
Octal27444275112103245410454
Binary1011110010010010111101110100010110101001011001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC24BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC24BD; }

 p { color: rgb(188,36,189); }

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

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

 a { background-color: rgb(188,36,189); }

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

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

 span { border-color: rgb(188,36,189); }

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