#BC18C4

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

Shades of Deep Magenta #BC18C4

Tints of Deep Magenta #BC18C4

Color information

#BC18C4 (or 0xBC18C4) is unknown color: approx Deep Magenta. HEX triplet: BC, 18 and C4. RGB value is (188,24,196). Sum of RGB (Red+Green+Blue) = 188+24+196=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC18C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18C4 is #43E73B. Grayscale: #5C5C5C. Windows color (decimal): -4450108 or 12851388. OLE color: 12851388.

HSL color Cylindrical-coordinate representation of color #BC18C4: hue angle of 297.21º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC18C4 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18824196-
CMYK0.040.8800.23
HSL297.21º78.18%43.14%-
HSV(B)297.21º87.76%76.86%-
XYZ31.0315.3353.55-
YUV92.64186.33196.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 24 (9.77% from 255) = 5.88%
BLUE value IS 196 (76.95% from 255) = 48.04%
R=46.08%
G=5.88%
B=48.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188241960.040.8800.23297.2178.1843.14
HexBC18C44580171294e2b
Octal27430304413002745111653
Binary10111100110001100010010010110000101111001010011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC18C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC18C4; }

 p { color: rgb(188,24,196); }

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

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

 a { background-color: rgb(188,24,196); }

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

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

 span { border-color: rgb(188,24,196); }

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