Html Css Color HEX #BE40CE Medium Orchid

📋 copy color: '#BE40CE'

red 190 ◦ green 64 ◦ blue 206

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

Shades of Medium Orchid #BE40CE

Tints of Medium Orchid #BE40CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 41.3%
G = 13.91%
B = 44.78%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE40CE (or 0xBE40CE) is known color: Medium Orchid. HEX triplet: BE, 40 and CE. RGB value is (190,64,206). Sum of RGB (Red+Green+Blue) = 190+64+206=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE40CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40CE is #41BF31. Grayscale: #757575. Windows color (decimal): -4308786 or 13516990. OLE color: 13516990.

HSL color Cylindrical-coordinate representation of color #BE40CE: hue angle of 293.24º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE40CE is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 64 206 -
CMYK 0.08 0.69 0 0.19
HSL 293.24º 0.59% 0.53% -
HSV(B) 293.24º 0.69% 0.81% -
XYZ 34.21 19.07 60.27 -
YUV 117.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 190 64 206 0.08 0.69 0 0.19 293.24 0.59 0.53
Hex BE 40 CE 8 45 0 13 125 3B 35
Octal 276 100 316 10 105 0 23 445 73 65
Binary 10111110 1000000 11001110 1000 1000101 0 10011 100100101 111011 110101

Color Harmonies of #BE40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40CE

Black with #BE40CE

Text Example


Text Example

White with #BE40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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