#BE29DA

Color #BE29DA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #BE29DA

Tints of Dark Orchid #BE29DA

Color information

#BE29DA (or 0xBE29DA) is unknown color: approx Dark Orchid. HEX triplet: BE, 29 and DA. RGB value is (190,41,218). Sum of RGB (Red+Green+Blue) = 190+41+218=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE29DA is #41D625. Grayscale: #696969. Windows color (decimal): -4314662 or 14297534. OLE color: 14297534.

HSL color Cylindrical-coordinate representation of color #BE29DA: hue angle of 290.51º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE29DA is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19041218-
CMYK0.130.8100.15
HSL290.51º70.52%50.78%-
HSV(B)290.51º81.19%85.49%-
XYZ34.6817.5967.9-
YUV105.73191.36188.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 41 (16.41% from 255) = 9.13%
BLUE value IS 218 (85.55% from 255) = 48.55%
R=42.32%
G=9.13%
B=48.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal190412180.130.8100.15290.5170.5250.78
HexBE29DAD510F1234733
Octal276513321512101744310763
Binary101111101010011101101011011010001011111001000111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE29DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE29DA; }

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

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

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

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

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

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

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

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