Html Css Color HEX #BE29E0 Dark Orchid

📋 copy color: '#BE29E0'

red 190 ◦ green 41 ◦ blue 224

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

Shades of Dark Orchid #BE29E0

Tints of Dark Orchid #BE29E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.23%

R = 41.76%
G = 9.01%
B = 49.23%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE29E0 (or 0xBE29E0) is known color: Dark Orchid. HEX triplet: BE, 29 and E0. RGB value is (190,41,224). Sum of RGB (Red+Green+Blue) = 190+41+224=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE29E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE29E0 is #41D61F. Grayscale: #696969. Windows color (decimal): -4314656 or 14690750. OLE color: 14690750.

HSL color Cylindrical-coordinate representation of color #BE29E0: hue angle of 288.85º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE29E0 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 41 224 -
CMYK 0.15 0.82 0 0.12
HSL 288.85º 0.75% 0.52% -
HSV(B) 288.85º 0.82% 0.88% -
XYZ 35.48 17.91 72.11 -
YUV 106.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 190 41 224 0.15 0.82 0 0.12 288.85 0.75 0.52
Hex BE 29 E0 F 52 0 C 121 4B 34
Octal 276 51 340 17 122 0 14 441 113 64
Binary 10111110 101001 11100000 1111 1010010 0 1100 100100001 1001011 110100

Color Harmonies of #BE29E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE29E0

Black with #BE29E0

Text Example


Text Example

White with #BE29E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE29E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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