Html Css Color HEX #BE2AE0 Dark Orchid

📋 copy color: '#BE2AE0'

red 190 ◦ green 42 ◦ blue 224

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

Shades of Dark Orchid #BE2AE0

Tints of Dark Orchid #BE2AE0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.21%

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

R = 41.67%
G = 9.21%
B = 49.12%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE2AE0 (or 0xBE2AE0) is known color: Dark Orchid. HEX triplet: BE, 2A and E0. RGB value is (190,42,224). Sum of RGB (Red+Green+Blue) = 190+42+224=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE2AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AE0 is #41D51F. Grayscale: #6A6A6A. Windows color (decimal): -4314400 or 14691006. OLE color: 14691006.

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

Color convert

RGB 190 42 224 -
CMYK 0.15 0.81 0 0.12
HSL 288.79º 0.75% 0.52% -
HSV(B) 288.79º 0.81% 0.88% -
XYZ 35.52 17.98 72.12 -
YUV 107 194.03 187.2 -
System Red Green Blue C M Y K H S L
Decimal 190 42 224 0.15 0.81 0 0.12 288.79 0.75 0.52
Hex BE 2A E0 F 51 0 C 121 4B 34
Octal 276 52 340 17 121 0 14 441 113 64
Binary 10111110 101010 11100000 1111 1010001 0 1100 100100001 1001011 110100

Color Harmonies of #BE2AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2AE0

Black with #BE2AE0

Text Example


Text Example

White with #BE2AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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