Html Css Color HEX #BE40DB Medium Orchid

📋 copy color: '#BE40DB'

red 190 ◦ green 64 ◦ blue 219

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

Shades of Medium Orchid #BE40DB

Tints of Medium Orchid #BE40DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.53%

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

R = 40.17%
G = 13.53%
B = 46.3%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE40DB (or 0xBE40DB) is known color: Medium Orchid. HEX triplet: BE, 40 and DB. RGB value is (190,64,219). Sum of RGB (Red+Green+Blue) = 190+64+219=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40DB is #41BF24. Grayscale: #767676. Windows color (decimal): -4308773 or 14368958. OLE color: 14368958.

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

Color convert

RGB 190 64 219 -
CMYK 0.13 0.71 0 0.14
HSL 288.77º 0.68% 0.55% -
HSV(B) 288.77º 0.71% 0.86% -
XYZ 35.85 19.73 68.94 -
YUV 119.34 184.24 178.4 -
System Red Green Blue C M Y K H S L
Decimal 190 64 219 0.13 0.71 0 0.14 288.77 0.68 0.55
Hex BE 40 DB D 47 0 E 121 44 37
Octal 276 100 333 15 107 0 16 441 104 67
Binary 10111110 1000000 11011011 1101 1000111 0 1110 100100001 1000100 110111

Color Harmonies of #BE40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40DB

Black with #BE40DB

Text Example


Text Example

White with #BE40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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