#BC25C1

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

Shades of Deep Magenta #BC25C1

Tints of Deep Magenta #BC25C1

Color information

#BC25C1 (or 0xBC25C1) is unknown color: approx Deep Magenta. HEX triplet: BC, 25 and C1. RGB value is (188,37,193). Sum of RGB (Red+Green+Blue) = 188+37+193=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC25C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC25C1 is #43DA3E. Grayscale: #636363. Windows color (decimal): -4446783 or 12658108. OLE color: 12658108.

HSL color Cylindrical-coordinate representation of color #BC25C1: hue angle of 298.08º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC25C1 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18837193-
CMYK0.030.8100.24
HSL298.08º67.83%45.1%-
HSV(B)298.08º80.83%75.69%-
XYZ31.0315.8651.88-
YUV99.93180.53190.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 37 (14.84% from 255) = 8.85%
BLUE value IS 193 (75.78% from 255) = 46.17%
R=44.98%
G=8.85%
B=46.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188371930.030.8100.24298.0867.8345.1
HexBC25C135101812a442d
Octal27445301312103045210455
Binary10111100100101110000011110100010110001001010101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC25C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC25C1; }

 p { color: rgb(188,37,193); }

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

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

 a { background-color: rgb(188,37,193); }

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

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

 span { border-color: rgb(188,37,193); }

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