Html Css Color HEX #BE26DB Dark Orchid

📋 copy color: '#BE26DB'

red 190 ◦ green 38 ◦ blue 219

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

Shades of Dark Orchid #BE26DB

Tints of Dark Orchid #BE26DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.5%

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

R = 42.51%
G = 8.5%
B = 48.99%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE26DB (or 0xBE26DB) is known color: Dark Orchid. HEX triplet: BE, 26 and DB. RGB value is (190,38,219). Sum of RGB (Red+Green+Blue) = 190+38+219=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE26DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE26DB is #41D924. Grayscale: #676767. Windows color (decimal): -4315429 or 14362302. OLE color: 14362302.

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

Color convert

RGB 190 38 219 -
CMYK 0.13 0.83 0 0.14
HSL 290.39º 0.72% 0.5% -
HSV(B) 290.39º 0.83% 0.86% -
XYZ 34.71 17.45 68.56 -
YUV 104.08 192.86 189.28 -
System Red Green Blue C M Y K H S L
Decimal 190 38 219 0.13 0.83 0 0.14 290.39 0.72 0.5
Hex BE 26 DB D 53 0 E 122 48 32
Octal 276 46 333 15 123 0 16 442 110 62
Binary 10111110 100110 11011011 1101 1010011 0 1110 100100010 1001000 110010

Color Harmonies of #BE26DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE26DB

Black with #BE26DB

Text Example


Text Example

White with #BE26DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE26DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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