#BE22BC

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

Shades of Deep Magenta #BE22BC

Tints of Deep Magenta #BE22BC

Color information

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

HSL color Cylindrical-coordinate representation of color #BE22BC: hue angle of 300.77º 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 #BE22BC is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19034188-
CMYK00.820.010.25
HSL300.77º69.64%43.92%-
HSV(B)300.77º82.11%74.51%-
XYZ30.8815.7248.98-
YUV98.2178.68193.48-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903418800.820.010.25300.7769.6443.92
HexBE22BC05211912d462c
Octal27642274012213145510654
Binary1011111010001010111100010100101110011001011011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE22BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE22BC; }

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

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

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

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

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

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

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

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