#BC06B8

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

Shades of Deep Magenta #BC06B8

Tints of Deep Magenta #BC06B8

Color information

#BC06B8 (or 0xBC06B8) is unknown color: approx Deep Magenta. HEX triplet: BC, 06 and B8. RGB value is (188,6,184). Sum of RGB (Red+Green+Blue) = 188+6+184=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC06B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC06B8 is #43F947. Grayscale: #505050. Windows color (decimal): -4454728 or 12060348. OLE color: 12060348.

HSL color Cylindrical-coordinate representation of color #BC06B8: hue angle of 301.32º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06B8 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB1886184-
CMYK00.970.020.26
HSL301.32º93.81%38.04%-
HSV(B)301.32º96.81%73.73%-
XYZ29.4614.2846.55-
YUV80.71186.3204.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.74%
GREEN value IS 6 (2.73% from 255) = 1.59%
BLUE value IS 184 (72.27% from 255) = 48.68%
R=49.74%
G=1.59%
B=48.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188618400.970.020.26301.3293.8138.04
HexBC6B806121A12d5e26
Octal2746270014123245513646
Binary10111100110101110000110000110110101001011011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC06B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC06B8; }

 p { color: rgb(188,6,184); }

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

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

 a { background-color: rgb(188,6,184); }

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

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

 span { border-color: rgb(188,6,184); }

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