#BC24B7

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

Shades of Deep Magenta #BC24B7

Tints of Deep Magenta #BC24B7

Color information

#BC24B7 (or 0xBC24B7) is unknown color: approx Deep Magenta. HEX triplet: BC, 24 and B7. RGB value is (188,36,183). Sum of RGB (Red+Green+Blue) = 188+36+183=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC24B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24B7 is #43DB48. Grayscale: #616161. Windows color (decimal): -4447049 or 12002492. OLE color: 12002492.

HSL color Cylindrical-coordinate representation of color #BC24B7: hue angle of 301.97º 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 #BC24B7 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB18836183-
CMYK00.810.030.26
HSL301.97º67.86%43.92%-
HSV(B)301.97º80.85%73.73%-
XYZ29.9215.3746.19-
YUV98.21175.86192.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 36 (14.45% from 255) = 8.85%
BLUE value IS 183 (71.88% from 255) = 44.96%
R=46.19%
G=8.85%
B=44.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883618300.810.030.26301.9767.8643.92
HexBC24B705131A12e442c
Octal27444267012133245610454
Binary10111100100100101101110101000111110101001011101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC24B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC24B7; }

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

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

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

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

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

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

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

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