#BC02BE

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

Shades of Deep Magenta #BC02BE

Tints of Deep Magenta #BC02BE

Color information

#BC02BE (or 0xBC02BE) is unknown color: approx Deep Magenta. HEX triplet: BC, 02 and BE. RGB value is (188,2,190). Sum of RGB (Red+Green+Blue) = 188+2+190=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC02BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC02BE is #43FD41. Grayscale: #4E4E4E. Windows color (decimal): -4455746 or 12452540. OLE color: 12452540.

HSL color Cylindrical-coordinate representation of color #BC02BE: hue angle of 299.36º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02BE is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1882190-
CMYK0.010.9900.25
HSL299.36º97.92%37.65%-
HSV(B)299.36º98.95%74.51%-
XYZ30.0614.4549.92-
YUV79.05190.62205.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 2 (1.17% from 255) = 0.53%
BLUE value IS 190 (74.61% from 255) = 50%
R=49.47%
G=0.53%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18821900.010.9900.25299.3697.9237.65
HexBC2BE16301912b6226
Octal2742276114303145314246
Binary101111001010111110111000110110011001010111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC02BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC02BE; }

 p { color: rgb(188,2,190); }

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

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

 a { background-color: rgb(188,2,190); }

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

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

 span { border-color: rgb(188,2,190); }

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