Html Css Color HEX #BE2BDB Dark Orchid

📋 copy color: '#BE2BDB'

red 190 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #BE2BDB

Tints of Dark Orchid #BE2BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.51%

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

R = 42.04%
G = 9.51%
B = 48.45%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE2BDB (or 0xBE2BDB) is known color: Dark Orchid. HEX triplet: BE, 2B and DB. RGB value is (190,43,219). Sum of RGB (Red+Green+Blue) = 190+43+219=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE2BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2BDB is #41D424. Grayscale: #6A6A6A. Windows color (decimal): -4314149 or 14363582. OLE color: 14363582.

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

Color convert

RGB 190 43 219 -
CMYK 0.13 0.80 0 0.14
HSL 290.11º 0.71% 0.51% -
HSV(B) 290.11º 0.8% 0.86% -
XYZ 34.89 17.79 68.61 -
YUV 107.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 190 43 219 0.13 0.80 0 0.14 290.11 0.71 0.51
Hex BE 2B DB D 50 0 E 122 47 33
Octal 276 53 333 15 120 0 16 442 107 63
Binary 10111110 101011 11011011 1101 1010000 0 1110 100100010 1000111 110011

Color Harmonies of #BE2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BDB

Black with #BE2BDB

Text Example


Text Example

White with #BE2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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