Html Css Color HEX #BE29E6 Dark Orchid

📋 copy color: '#BE29E6'

red 190 ◦ green 41 ◦ blue 230

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

Shades of Dark Orchid #BE29E6

Tints of Dark Orchid #BE29E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.89%

R = 41.21%
G = 8.89%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE29E6 (or 0xBE29E6) is known color: Dark Orchid. HEX triplet: BE, 29 and E6. RGB value is (190,41,230). Sum of RGB (Red+Green+Blue) = 190+41+230=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 230 (90.23% from 255 or 49.89% from 461); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE29E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE29E6 is #41D619. Grayscale: #6A6A6A. Windows color (decimal): -4314650 or 15083966. OLE color: 15083966.

HSL color Cylindrical-coordinate representation of color #BE29E6: hue angle of 287.3º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE29E6 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 41 230 -
CMYK 0.17 0.82 0 0.10
HSL 287.3º 0.79% 0.53% -
HSV(B) 287.3º 0.82% 0.9% -
XYZ 36.31 18.25 76.47 -
YUV 107.1 197.36 187.13 -
System Red Green Blue C M Y K H S L
Decimal 190 41 230 0.17 0.82 0 0.10 287.3 0.79 0.53
Hex BE 29 E6 11 52 0 A 11F 4F 35
Octal 276 51 346 21 122 0 12 437 117 65
Binary 10111110 101001 11100110 10001 1010010 0 1010 100011111 1001111 110101

Color Harmonies of #BE29E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE29E6

Black with #BE29E6

Text Example


Text Example

White with #BE29E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE29E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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