Html Css Color HEX #BE29D9 Dark Orchid

📋 copy color: '#BE29D9'

red 190 ◦ green 41 ◦ blue 217

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

Shades of Dark Orchid #BE29D9

Tints of Dark Orchid #BE29D9

RGB

 RED value IS 190 (74.61% from 255) = 42.41%

 GREEN value IS 41 (16.41% from 255) = 9.15%

 BLUE value IS 217 (85.16% from 255) = 48.44%

R = 42.41%
G = 9.15%
B = 48.44%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE29D9 (or 0xBE29D9) is known color: Dark Orchid. HEX triplet: BE, 29 and D9. RGB value is (190,41,217). Sum of RGB (Red+Green+Blue) = 190+41+217=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE29D9 is #41D626. Grayscale: #696969. Windows color (decimal): -4314663 or 14231998. OLE color: 14231998.

HSL color Cylindrical-coordinate representation of color #BE29D9: hue angle of 290.8º degrees, saturation: 0.7, 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 #BE29D9 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 41 217 -
CMYK 0.12 0.81 0 0.15
HSL 290.8º 0.7% 0.51% -
HSV(B) 290.8º 0.81% 0.85% -
XYZ 34.55 17.54 67.21 -
YUV 105.62 190.86 188.19 -
System Red Green Blue C M Y K H S L
Decimal 190 41 217 0.12 0.81 0 0.15 290.8 0.7 0.51
Hex BE 29 D9 C 51 0 F 123 46 33
Octal 276 51 331 14 121 0 17 443 106 63
Binary 10111110 101001 11011001 1100 1010001 0 1111 100100011 1000110 110011

Color Harmonies of #BE29D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE29D9

Black with #BE29D9

Text Example


Text Example

White with #BE29D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE29D9; }

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

 H1.HeaderClassName
 {
   color: #BE29D9;
 }
 .AnyTagClassName
 {
   color: #BE29D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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