#BC07C0

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

Shades of Deep Magenta #BC07C0

Tints of Deep Magenta #BC07C0

Color information

#BC07C0 (or 0xBC07C0) is unknown color: approx Deep Magenta. HEX triplet: BC, 07 and C0. RGB value is (188,7,192). Sum of RGB (Red+Green+Blue) = 188+7+192=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC07C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07C0 is #43F83F. Grayscale: #515151. Windows color (decimal): -4454464 or 12584892. OLE color: 12584892.

HSL color Cylindrical-coordinate representation of color #BC07C0: hue angle of 298.7º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC07C0 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1887192-
CMYK0.020.9600.25
HSL298.7º92.96%39.02%-
HSV(B)298.7º96.35%75.29%-
XYZ30.3314.6551.1-
YUV82.21189.97203.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 7 (3.12% from 255) = 1.81%
BLUE value IS 192 (75.39% from 255) = 49.61%
R=48.58%
G=1.81%
B=49.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18871920.020.9600.25298.792.9639.02
HexBC7C026001912b5d27
Octal2747300214003145313547
Binary10111100111110000001011000000110011001010111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC07C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC07C0; }

 p { color: rgb(188,7,192); }

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

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

 a { background-color: rgb(188,7,192); }

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

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

 span { border-color: rgb(188,7,192); }

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