#BC22BE

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

Shades of Deep Magenta #BC22BE

Tints of Deep Magenta #BC22BE

Color information

#BC22BE (or 0xBC22BE) is unknown color: approx Deep Magenta. HEX triplet: BC, 22 and BE. RGB value is (188,34,190). Sum of RGB (Red+Green+Blue) = 188+34+190=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC22BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22BE is #43DD41. Grayscale: #616161. Windows color (decimal): -4447554 or 12460732. OLE color: 12460732.

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

Color convert

RGB18834190-
CMYK0.010.8200.25
HSL299.23º69.64%43.92%-
HSV(B)299.23º82.11%74.51%-
XYZ30.6115.5550.1-
YUV97.83180.02192.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 34 (13.67% from 255) = 8.25%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=45.63%
G=8.25%
B=46.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188341900.010.8200.25299.2369.6443.92
HexBC22BE15201912b462c
Octal27442276112203145310654
Binary1011110010001010111110110100100110011001010111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC22BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC22BE; }

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

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

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

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

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

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

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

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