Html Css Color HEX #BE2ADB Dark Orchid

📋 copy color: '#BE2ADB'

red 190 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #BE2ADB

Tints of Dark Orchid #BE2ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 42.13%
G = 9.31%
B = 48.56%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE2ADB (or 0xBE2ADB) is known color: Dark Orchid. HEX triplet: BE, 2A and DB. RGB value is (190,42,219). Sum of RGB (Red+Green+Blue) = 190+42+219=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 42 (16.80% from 255 or 9.31% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE2ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2ADB is #41D524. Grayscale: #696969. Windows color (decimal): -4314405 or 14363326. OLE color: 14363326.

HSL color Cylindrical-coordinate representation of color #BE2ADB: hue angle of 290.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2ADB is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 42 219 -
CMYK 0.13 0.81 0 0.14
HSL 290.17º 0.71% 0.51% -
HSV(B) 290.17º 0.81% 0.86% -
XYZ 34.85 17.72 68.6 -
YUV 106.43 191.53 187.61 -
System Red Green Blue C M Y K H S L
Decimal 190 42 219 0.13 0.81 0 0.14 290.17 0.71 0.51
Hex BE 2A DB D 51 0 E 122 47 33
Octal 276 52 333 15 121 0 16 442 107 63
Binary 10111110 101010 11011011 1101 1010001 0 1110 100100010 1000111 110011

Color Harmonies of #BE2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2ADB

Black with #BE2ADB

Text Example


Text Example

White with #BE2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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