Html Css Color HEX #BE60EC Medium Orchid

📋 copy color: '#BE60EC'

red 190 ◦ green 96 ◦ blue 236

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

Shades of Medium Orchid #BE60EC

Tints of Medium Orchid #BE60EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.39%

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 36.4%
G = 18.39%
B = 45.21%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE60EC (or 0xBE60EC) is known color: Medium Orchid. HEX triplet: BE, 60 and EC. RGB value is (190,96,236). Sum of RGB (Red+Green+Blue) = 190+96+236=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE60EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE60EC is #419F13. Grayscale: #8B8B8B. Windows color (decimal): -4300564 or 15491262. OLE color: 15491262.

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

Color convert

RGB 190 96 236 -
CMYK 0.19 0.59 0 0.07
HSL 280.29º 0.79% 0.65% -
HSV(B) 280.29º 0.59% 0.93% -
XYZ 40.56 25.37 82.12 -
YUV 140.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 190 96 236 0.19 0.59 0 0.07 280.29 0.79 0.65
Hex BE 60 EC 13 3B 0 7 118 4F 41
Octal 276 140 354 23 73 0 7 430 117 101
Binary 10111110 1100000 11101100 10011 111011 0 111 100011000 1001111 1000001

Color Harmonies of #BE60EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60EC

Black with #BE60EC

Text Example


Text Example

White with #BE60EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60EC; }

 p { color: rgb(190,96,236); }

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

background-color css

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

 a { background-color: rgb(190,96,236); }

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

border-color css

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

 span { border-color: rgb(190,96,236); }

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