Html Css Color HEX #BE28DB Dark Orchid

📋 copy color: '#BE28DB'

red 190 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #BE28DB

Tints of Dark Orchid #BE28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.91%

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

R = 42.32%
G = 8.91%
B = 48.78%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE28DB (or 0xBE28DB) is known color: Dark Orchid. HEX triplet: BE, 28 and DB. RGB value is (190,40,219). Sum of RGB (Red+Green+Blue) = 190+40+219=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE28DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28DB is #41D724. Grayscale: #686868. Windows color (decimal): -4314917 or 14362814. OLE color: 14362814.

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

Color convert

RGB 190 40 219 -
CMYK 0.13 0.82 0 0.14
HSL 290.28º 0.71% 0.51% -
HSV(B) 290.28º 0.82% 0.86% -
XYZ 34.78 17.58 68.58 -
YUV 105.26 192.2 188.45 -
System Red Green Blue C M Y K H S L
Decimal 190 40 219 0.13 0.82 0 0.14 290.28 0.71 0.51
Hex BE 28 DB D 52 0 E 122 47 33
Octal 276 50 333 15 122 0 16 442 107 63
Binary 10111110 101000 11011011 1101 1010010 0 1110 100100010 1000111 110011

Color Harmonies of #BE28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28DB

Black with #BE28DB

Text Example


Text Example

White with #BE28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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