Html Css Color HEX #BE51EC Medium Orchid

📋 copy color: '#BE51EC'

red 190 ◦ green 81 ◦ blue 236

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

Shades of Medium Orchid #BE51EC

Tints of Medium Orchid #BE51EC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.98%

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

R = 37.48%
G = 15.98%
B = 46.55%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE51EC (or 0xBE51EC) is known color: Medium Orchid. HEX triplet: BE, 51 and EC. RGB value is (190,81,236). Sum of RGB (Red+Green+Blue) = 190+81+236=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE51EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE51EC is #41AE13. Grayscale: #828282. Windows color (decimal): -4304404 or 15487422. OLE color: 15487422.

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

Color convert

RGB 190 81 236 -
CMYK 0.19 0.66 0 0.07
HSL 282.19º 0.8% 0.62% -
HSV(B) 282.19º 0.66% 0.93% -
XYZ 39.32 22.89 81.7 -
YUV 131.26 187.11 169.9 -
System Red Green Blue C M Y K H S L
Decimal 190 81 236 0.19 0.66 0 0.07 282.19 0.8 0.62
Hex BE 51 EC 13 42 0 7 11A 50 3E
Octal 276 121 354 23 102 0 7 432 120 76
Binary 10111110 1010001 11101100 10011 1000010 0 111 100011010 1010000 111110

Color Harmonies of #BE51EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE51EC

Black with #BE51EC

Text Example


Text Example

White with #BE51EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE51EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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