#BE29C8

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

Shades of Deep Magenta #BE29C8

Tints of Deep Magenta #BE29C8

Color information

#BE29C8 (or 0xBE29C8) is unknown color: approx Deep Magenta. HEX triplet: BE, 29 and C8. RGB value is (190,41,200). Sum of RGB (Red+Green+Blue) = 190+41+200=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE29C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE29C8 is #41D637. Grayscale: #676767. Windows color (decimal): -4314680 or 13117886. OLE color: 13117886.

HSL color Cylindrical-coordinate representation of color #BE29C8: hue angle of 296.23º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE29C8 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19041200-
CMYK0.050.8000.22
HSL296.23º65.98%47.25%-
HSV(B)296.23º79.5%78.43%-
XYZ32.4516.756.16-
YUV103.68182.36189.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 41 (16.41% from 255) = 9.51%
BLUE value IS 200 (78.52% from 255) = 46.40%
R=44.08%
G=9.51%
B=46.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190412000.050.8000.22296.2365.9847.25
HexBE29C8550016128422f
Octal27651310512002645010257
Binary101111101010011100100010110100000101101001010001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE29C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE29C8; }

 p { color: rgb(190,41,200); }

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

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

 a { background-color: rgb(190,41,200); }

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

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

 span { border-color: rgb(190,41,200); }

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