#bc24d2

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

Shades of Deep Magenta #BC24D2

Tints of Deep Magenta #BC24D2

Color information

#BC24D2 (or 0xBC24D2) is unknown color: approx Deep Magenta. HEX triplet: BC, 24 and D2. RGB value is (188,36,210). Sum of RGB (Red+Green+Blue) = 188+36+210=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 210 (82.42% from 255 or 48.39% from 434); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC24D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24D2 is #43DB2D. Grayscale: #646464. Windows color (decimal): -4447022 or 13771964. OLE color: 13771964.

HSL color Cylindrical-coordinate representation of color #BC24D2: hue angle of 292.41º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC24D2 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18836210-
CMYK0.100.8300.18
HSL292.41º70.73%48.24%-
HSV(B)292.41º82.86%82.35%-
XYZ3316.6162.44-
YUV101.28189.36189.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 36 (14.45% from 255) = 8.29%
BLUE value IS 210 (82.42% from 255) = 48.39%
R=43.32%
G=8.29%
B=48.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188362100.100.8300.18292.4170.7348.24
HexBC24D2A530121244730
Octal274443221212302244410760
Binary1011110010010011010010101010100110100101001001001000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc24d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc24d2; }

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

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

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

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

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

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

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

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