Html Css Color HEX #BE45EC Medium Orchid

📋 copy color: '#BE45EC'

red 190 ◦ green 69 ◦ blue 236

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

Shades of Medium Orchid #BE45EC

Tints of Medium Orchid #BE45EC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.94%

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

R = 38.38%
G = 13.94%
B = 47.68%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE45EC (or 0xBE45EC) is known color: Medium Orchid. HEX triplet: BE, 45 and EC. RGB value is (190,69,236). Sum of RGB (Red+Green+Blue) = 190+69+236=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE45EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE45EC is #41BA13. Grayscale: #7B7B7B. Windows color (decimal): -4307476 or 15484350. OLE color: 15484350.

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

Color convert

RGB 190 69 236 -
CMYK 0.19 0.71 0 0.07
HSL 283.47º 0.81% 0.6% -
HSV(B) 283.47º 0.71% 0.93% -
XYZ 38.5 21.26 81.43 -
YUV 124.22 191.09 174.92 -
System Red Green Blue C M Y K H S L
Decimal 190 69 236 0.19 0.71 0 0.07 283.47 0.81 0.6
Hex BE 45 EC 13 47 0 7 11B 51 3C
Octal 276 105 354 23 107 0 7 433 121 74
Binary 10111110 1000101 11101100 10011 1000111 0 111 100011011 1010001 111100

Color Harmonies of #BE45EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45EC

Black with #BE45EC

Text Example


Text Example

White with #BE45EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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