Html Css Color HEX #BE40ED Medium Orchid

📋 copy color: '#BE40ED'

red 190 ◦ green 64 ◦ blue 237

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

Shades of Medium Orchid #BE40ED

Tints of Medium Orchid #BE40ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 38.7%
G = 13.03%
B = 48.27%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE40ED (or 0xBE40ED) is known color: Medium Orchid. HEX triplet: BE, 40 and ED. RGB value is (190,64,237). Sum of RGB (Red+Green+Blue) = 190+64+237=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE40ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE40ED is #41BF12. Grayscale: #787878. Windows color (decimal): -4308755 or 15548606. OLE color: 15548606.

HSL color Cylindrical-coordinate representation of color #BE40ED: hue angle of 283.7º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE40ED is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 64 237 -
CMYK 0.20 0.73 0 0.07
HSL 283.7º 0.83% 0.59% -
HSV(B) 283.7º 0.73% 0.93% -
XYZ 38.35 20.73 82.1 -
YUV 121.4 193.24 176.93 -
System Red Green Blue C M Y K H S L
Decimal 190 64 237 0.20 0.73 0 0.07 283.7 0.83 0.59
Hex BE 40 ED 14 49 0 7 11C 53 3B
Octal 276 100 355 24 111 0 7 434 123 73
Binary 10111110 1000000 11101101 10100 1001001 0 111 100011100 1010011 111011

Color Harmonies of #BE40ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40ED

Black with #BE40ED

Text Example


Text Example

White with #BE40ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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