Html Css Color HEX #BE29DA Dark Orchid

📋 copy color: '#BE29DA'

red 190 ◦ green 41 ◦ blue 218

#BE29DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #BE29DA

Tints of Dark Orchid #BE29DA

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 value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE29DA (or 0xBE29DA) is known color: 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

RGB 190 41 218 -
CMYK 0.13 0.81 0 0.15
HSL 290.51º 0.71% 0.51% -
HSV(B) 290.51º 0.81% 0.85% -
XYZ 34.68 17.59 67.9 -
YUV 105.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 190 41 218 0.13 0.81 0 0.15 290.51 0.71 0.51
Hex BE 29 DA D 51 0 F 123 47 33
Octal 276 51 332 15 121 0 17 443 107 63
Binary 10111110 101001 11011010 1101 1010001 0 1111 100100011 1000111 110011

Color Harmonies of #BE29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE29DA

Black with #BE29DA

Text Example


Text Example

White with #BE29DA

Text Example


Text Example

HTML Codes & Css Web 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>